实例介绍
这是一个基于SIP的VOIP电话,很是难得,SIP的初学者可以拿来看看
【实例截图】
【核心代码】
4744300845376590599.rar
└── 基于OSIP的VOIP电话
└── Sipphone_Latest
├── addrbook2.cpp
├── AddrBook2.h
├── addrbook.ini
├── AddrModify.cpp
├── addrmodify.h
├── alg.h
├── AudioMgr.cpp
├── AudioMgr.h
├── AudioPlay.cpp
├── AudioPlay.h
├── AudioRec.cpp
├── AudioRec.h
├── b.mdb
├── BodyHandler.cpp
├── BodyHandler.h
├── const.h
├── DataBuf.cpp
├── DataBuf.h
├── Debug
├── debug.txt
├── DelayDlg.cpp
├── DelayDlg.h
├── dialog.h
├── EnBitmap.cpp
├── EnBitmap.h
├── fifo.h
├── G729a.h
├── G729a.lib
├── h263.dll
├── H263.h
├── H263.LIB
├── jrtp.lib
├── list.h
├── LoginDlg.cpp
├── LoginDlg.h
├── MediaCtrl.cpp
├── MediaCtrl.h
├── MenuEx.cpp
├── MenuEx.h
├── mssccprj.scc
├── MyBitmap.cpp
├── MyBitmap.h
├── MySocket.cpp
├── MySocket.h
├── mythread.cpp
├── mythread.h
├── OsipDialog.cpp
├── OsipDialog.h
├── osipfsm.dll
├── osipfsm.lib
├── osip.h
├── osipparser.dll
├── osipparser.lib
├── OsipUa.cpp
├── OsipUa.h
├── PageEnvSet.cpp
├── PageEnvSet.h
├── PageMediaSet.cpp
├── PageMediaSet.h
├── PageNetSet.cpp
├── PageNetSet.h
├── pagesyncset.cpp
├── pagesyncset.h
├── ParaComputer.cpp
├── ParaComputer.h
├── port.h
├── ProbeSender.cpp
├── ProbeSender.h
├── ReadMe.txt
├── RES
│ ├── sipphone.ico
│ ├── sipphone.rc2
│ ├── Thumbs.db
│ ├── video1.bmp
│ └── vssver.scc
├── resource.h
├── ResultReciever.cpp
├── ResultReciever.h
├── RingDlg.cpp
├── RingDlg.h
├── rtpconfig.h
├── rtpconfig_win.h
├── rtpconnection.h
├── rtpcontributingsources.h
├── rtpdebug.h
├── rtpdefines.h
├── rtpdestlist.h
├── rtperror.h
├── rtpexceptionstructs.h
├── rtphandlers.h
├── rtpiptable.h
├── rtplocalinfo.h
├── rtpmcasttable.h
├── rtppacket.h
├── rtppacketprocessor.h
├── rtprandom.h
├── rtprtcpmodule.h
├── rtpsession.h
├── rtpsourcedata.h
├── rtpsourcedescription.h
├── rtpsources.h
├── rtpsrclist.h
├── rtpstructs.h
├── rtptimeutil.h
├── sdp.h
├── sdp_negoc.h
├── sema.h
├── SetProxyDlg.cpp
├── SetProxyDlg.h
├── SetSoundDlg.cpp
├── SetSoundDlg.h
├── SetVolumeDlg.cpp
├── SetVolumeDlg.h
├── SheetSet.cpp
├── SheetSet.h
├── SipMessage.cpp
├── SipMessage.h
├── sipphone.aps
├── sipphone.clw
├── sipphone.cpp
├── sipphoneDlg.cpp
├── sipphoneDlg.h
├── sipphone.dsp
├── sipphone.dsw
├── sipphone.exe
├── sipphone.h
├── sipphone.ncb
├── sipphone.opt
├── sipphone.plg
├── sipphone.rc
├── sipphone.sln
├── sipphone.vcproj
├── SKIN
│ ├── NEOSTYLE
│ │ ├── bottom.bmp
│ │ ├── button.bmp
│ │ ├── checkbox.bmp
│ │ ├── close.bmp
│ │ ├── Dialog.bmp
│ │ ├── Explorer.bmp
│ │ ├── left.bmp
│ │ ├── max.bmp
│ │ ├── Mdi.bmp
│ │ ├── menu.bmp
│ │ ├── Menuborder.bmp
│ │ ├── min.bmp
│ │ ├── neoplanetfull.uis
│ │ ├── progress.bmp
│ │ ├── radio.bmp
│ │ ├── restore.bmp
│ │ ├── right.bmp
│ │ ├── scrollhb.bmp
│ │ ├── scrollhz.bmp
│ │ ├── scrollvb.bmp
│ │ ├── scrollvt.bmp
│ │ ├── start.bmp
│ │ ├── tabborder.bmp
│ │ ├── tabs.bmp
│ │ ├── taskbar.bmp
│ │ ├── task.bmp
│ │ ├── theme.ini
│ │ ├── Thumbs.db
│ │ ├── toolbar.bmp
│ │ ├── top.bmp
│ │ └── vssver.scc
│ └── XPSTYLE
│ ├── bottom.bmp
│ ├── Buttons.bmp
│ ├── Checkbox.bmp
│ ├── close.bmp
│ ├── left.bmp
│ ├── max.bmp
│ ├── min.bmp
│ ├── Radio.bmp
│ ├── restore.bmp
│ ├── right.bmp
│ ├── theme.ini
│ ├── Thumbs.db
│ ├── top.bmp
│ └── vssver.scc
├── SkinButton.cpp
├── SkinButton.h
├── SkinWin.cpp
├── SkinWin.h
├── smsg.h
├── smsgtypes.h
├── SoundVolume.cpp
├── SoundVolume.h
├── StdAfx.cpp
├── StdAfx.h
├── Subclass.cpp
├── Subclass.h
├── TestClientSocket.cpp
├── TestClientSocket.h
├── TestDlg.cpp
├── TestDlg.h
├── TestIO.cpp
├── TestIO.h
├── TestServerSocket.cpp
├── TestServerSocket.h
├── thread.h
├── UaCfg.txt
├── uatest.plg
├── urls.h
├── usercfg.txt
├── Utils.cpp
├── ~VC19.tmp
├── ~VC1A.tmp
├── VideoLWnd.cpp
├── VideoLWnd.h
├── VideoMgr.cpp
├── VideoMgr.h
├── VideoRWnd.cpp
├── VideoRWnd.h
├── vssver.scc
├── WaveIn.cpp
├── WaveIn.h
├── WaveOut.cpp
├── WaveOut.h
├── XPButton.cpp
└── XPButton.h
7 directories, 216 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论