summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2008-02-27After further discussion revert my previous commit for this. Currently in ord...Joshua Colp
2008-02-27When queueing up a device state change when the peer is loaded from the confi...Joshua Colp
2008-02-27Fix T38 passthrough regression introduced by state changes.Joshua Colp
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anRussell Bryant
2008-02-26Formatting and doxygen while waiting on an airport...Olle Johansson
2008-02-25Merged revisions 104095 via svnmerge from Joshua Colp
2008-02-25Merged revisions 104084 via svnmerge from Joshua Colp
2008-02-25Merged revisions 104082 via svnmerge from Joshua Colp
2008-02-24Enforce a space between function args as per code review.Steve Murphy
2008-02-22Merged revisions 104037 via svnmerge from Tilghman Lesher
2008-02-21fix a typoRussell Bryant
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...Joshua Colp
2008-02-18Merged revisions 103780 via svnmerge from Tilghman Lesher
2008-02-18Make sure we can set up calls without audio (text+video).Olle Johansson
2008-02-18Merged revisions 103763 via svnmerge from Joshua Colp
2008-02-15Fix up some doxygen issues.Jason Parker
2008-02-12Merged revisions 103385 via svnmerge from Joshua Colp
2008-02-11Don't wipe out transport and fd in chan_sip on reload (issue #11930)James Golovich
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-08Fix a network byte order issue and ensure when creating an outgoing dialog th...Joshua Colp
2008-02-06Merged revisions 102725 via svnmerge from Joshua Colp
2008-02-05Yeah yeah, I broke building on trunk. Shoot me.Joshua Colp
2008-02-05Merged revisions 102450 via svnmerge from Joshua Colp
2008-02-03Merged revisions 102142 via svnmerge from Olle Johansson
2008-02-03Merged revisions 102090 via svnmerge from Olle Johansson
2008-02-01Merged revisions 101989 via svnmerge from Russell Bryant
2008-01-31Fix a simple deadlock that was introduced _right_ before this code got mergedRussell Bryant
2008-01-31Merged revisions 101482 via svnmerge from Jason Parker
2008-01-30The deprecation of "username" in favor of "defaultuser" for SIP peers unfortu...Mark Michelson
2008-01-30simplify this code and eliminate the return value cast that is no longer nece...Kevin P. Fleming
2008-01-30Constifying the interface to get pvt_ids in the bridge, based on Olle Johansson
2008-01-30Merged revisions 101152 via svnmerge from Olle Johansson
2008-01-29Make externip work as documented. If no port is specified it will use the val...Joshua Colp
2008-01-29Merged revisions 100740 via svnmerge from Olle Johansson
2008-01-29Removing code that wasn't supposed to be there at all, only at an experimenta...Olle Johansson
2008-01-28Fix up some T38 state change issues.Joshua Colp
2008-01-28Fix up two scheduling issues. In one instance a scheduled item was not delete...Joshua Colp
2008-01-28Merged revisions 100629 via svnmerge from Russell Bryant
2008-01-28Don't do a network byte order conversion when setting the socket's port varia...Joshua Colp
2008-01-27With the switch to the ast_sched_replace* API in trunk, we lose the correctionTilghman Lesher
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2008-01-25Merged revisions 100378 via svnmerge from Jason Parker
2008-01-24Fix simple whitespace issueJames Golovich
2008-01-24Move chan_local dependency into places (only one) that previously depended on...Jason Parker
2008-01-24Remove dependency on res_features from some channel drivers. It is now part o...Joshua Colp
2008-01-24fix flag bit definitions to make code from issue #11049 actually work; along ...Kevin P. Fleming
2008-01-23Merged revisions 99978 via svnmerge from Olle Johansson
2008-01-23Merged revisions 99977 via svnmerge from Olle Johansson
2008-01-23- Add a few comments to sip_xmitOlle Johansson
2008-01-22Merged revisions 99652 via svnmerge from Olle Johansson