代码搜索:OSIP
找到约 1,772 项符合「OSIP」的源代码
代码结果 1,772
www.eeworm.com/read/191298/8431323
c jpipe.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002, 2003 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/191298/8431328
c jauth.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002, 2003 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/286514/8762291
h siproxd.h
/*
Copyright (C) 2002-2008 Thomas Ries
This file is part of Siproxd.
Siproxd is free software; you can redistribute it and/or modify
it under the terms of the GN
www.eeworm.com/read/286514/8762325
h addrcache.h
/*
Copyright (C) 2005 Hans Carlos Hofmann
This file is part of Siproxd.
Siproxd is free software; you can redistribute it and/or modify
it under the terms of the GN
www.eeworm.com/read/283560/9007087
c expublish_api.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
www.eeworm.com/read/412792/7101068
h nsrsbc.h
/* symbolic return state */
#define STS_SUCCESS 0 /* SUCCESS */
#define STS_TRUE 0 /* TRUE */
#define STS_FAILURE 1 /* FAILURE */
#define STS_FALSE 1 /* FALSE */
/*
* some cons
www.eeworm.com/read/306150/13751691
h siproxd.h
/*
Copyright (C) 2002-2007 Thomas Ries
This file is part of Siproxd.
Siproxd is free software; you can redistribute it and/or modify
it under the terms of the GN
www.eeworm.com/read/306150/13751703
h addrcache.h
/*
Copyright (C) 2005 Hans Carlos Hofmann
This file is part of Siproxd.
Siproxd is free software; you can redistribute it and/or modify
it under the terms of the GN
www.eeworm.com/read/143603/5756619
c torture_rfc3264.c
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute
www.eeworm.com/read/217089/14978765
txt 新建 文本文档.txt
经过一段时间的学习,对sip总算有了一点认识,在学习过程中,遇到了太多的问题,郁闷过,惆怅过,但是一咬牙,还是过来了。令我感动的是,在网上遇到一些很热心的朋友,不厌其烦地给我以解惑,感谢他们,尤其是友善的大狗,呵呵,希望将来有一天他能看到这篇文章。
我是利用eX<mark>osip</mark>协议栈进行开发的,网上有一篇,写的不错,但是好像有一些问题,而对于初学者来说,能拿到一 ...