Commit Graph

4589 Commits (56879bf97876954f4ee62164441711ace1a837a1)

Author SHA1 Message Date
Russell Bryant 79088ae5bc fix spelling in a comment
18 years ago
Joshua Colp b24f4a86bb Merged revisions 83232 via svnmerge from
18 years ago
Joshua Colp 2d5aaf250a Merged revisions 83230 via svnmerge from
18 years ago
Jason Parker ac5332c674 More conversions to NEW_CLI
18 years ago
Russell Bryant 86e640bf77 Merged revisions 83175 via svnmerge from
18 years ago
Philippe Sultan 915f0e7505 Replace Google namespace occurrences with Jingle. The former namespace
18 years ago
Philippe Sultan 474bbdd406 Remove namespaces in payload-type tags.
18 years ago
Joshua Colp fd1cde1a16 Merged revisions 83070 via svnmerge from
18 years ago
Philippe Sultan dc9dc75379 Transmit proper invitation, thus conforming to XEP-0166 (Jingle general
18 years ago
Christian Richter e10f082401 Merged revisions 83023-83024 via svnmerge from
18 years ago
Jason Parker c7a9ec1691 (issue #10724)
18 years ago
Russell Bryant 96f4079dac Don't use ast_channel_lock_both() here, it only exists in one of my branches.
18 years ago
Russell Bryant ded76a8988 convert various places that access the channel lock directly to use the channel lock wrappers
18 years ago
Russell Bryant 9388173f85 Make the MALLOC_DEBUG output for free() useful again. After changing calls to
18 years ago
Jason Parker 4baba7c951 Add support in chan_skinny for sending RTP directly to the endpoints.
18 years ago
Jason Parker 7fa9eebd99 Merged revisions 82394 via svnmerge from
18 years ago
Russell Bryant 1e29c3aefa use the standard license header for the xpmr files
18 years ago
Russell Bryant 78dba0007e Add chan_usbradio to trunk
18 years ago
Philippe Sultan 4291976429 Fix DTMF following what has been done in issue #9401. Thanks irroot.
18 years ago
Joshua Colp 5460e72015 Add setvar support to chan_zap. Just like you can in chan_sip and chan_iax2 you can now use it with zaptel channels. (done while in Montreal at the Asterisk bootcamp!)
18 years ago
Philippe Sultan 5b1668603f Modify rule filters to match with the Jingle namespace constant
18 years ago
Philippe Sultan 92cc7aeff1 Changed Jingle and Jingle DTMF namespaces.
18 years ago
Philippe Sultan 848e59aa1e Reflect Jingle DTMF specification changes
18 years ago
Philippe Sultan 5734c0df49 Merged revisions 82309 via svnmerge from
18 years ago
Jason Parker 6a90ea5cf4 After some discussions, we decided that the return values here were a bit messy.
18 years ago
Matthew Fredrickson d3504cd159 Fix to make sure we don't hangup a call when getting a RLC without sending REL. Found making sure we are Q.784 (the SS7 test specification) compliant
18 years ago
Joshua Colp 9642d93117 (closes issue #9433)
18 years ago
Christian Richter a5bb078177 Merged revisions 82249 via svnmerge from
18 years ago
Tilghman Lesher c121ed6bec Change the IAXPeers command to have manager-style output, instead of CLI-style output (closes issue #8254)
18 years ago
Joshua Colp 5fd0dfb923 (closes issue #10688)
18 years ago
Russell Bryant bc8ac382b8 fix the build ... oops
18 years ago
Russell Bryant 7c1b18f8ec Merged revisions 81832 via svnmerge from
18 years ago
Joshua Colp 5af36757cd Initialize iax_frames variable to NULL, keeps valgrind happy.
18 years ago
Joshua Colp f614bc7004 (closes issue #10377)
18 years ago
Philippe Sultan da620112de Merged revisions 81743 via svnmerge from
18 years ago
Matthew Fredrickson c61d954422 Patch on 10575. Add support for unequipped CIC (UCIC) message as well as improve some of our CIC flags in chan_zap
18 years ago
Jason Parker d72ea80a00 Doxygen cleanups/fixes.
18 years ago
Jason Parker 9a46a17c27 Merged revisions 81523 via svnmerge from
18 years ago
Russell Bryant 9bda1c5a94 Merged revisions 81448 via svnmerge from
18 years ago
Kevin P. Fleming 96206c9289 Merged revisions 81442 via svnmerge from
18 years ago
Joshua Colp 3213f6dc2d Merged revisions 81439 via svnmerge from
18 years ago
Russell Bryant 51af103a79 Merged revisions 81433 via svnmerge from
18 years ago
Philippe Sultan 2fd2667d13 Merged revisions 81410 via svnmerge from
18 years ago
Tilghman Lesher acb51ca5c2 Add new queryable fields from zaptel to 'zap show status'
18 years ago
Joshua Colp fe8ffda841 Merged revisions 81395 via svnmerge from
18 years ago
Joshua Colp 1e12db06da (closes issue #10565)
18 years ago
Russell Bryant ee7a6c0851 Merged revisions 81383 via svnmerge from
18 years ago
Christian Richter df04684a2c Merged revisions 81373 via svnmerge from
18 years ago
Christian Richter 16696af3df Merged revisions 81367 via svnmerge from
18 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
18 years ago
Tilghman Lesher 6bdc66e9b0 Changed one too many variable settings in issue #9315 (closes issue #10592)
18 years ago
Joshua Colp ee6f91968c Merged revisions 81331 via svnmerge from
18 years ago
Russell Bryant 225d9166ec Merged revisions 81291 via svnmerge from
18 years ago
Mark Michelson 8b0c744786 Merged revisions 81120 via svnmerge from
18 years ago
Joshua Colp 263b77634a Merged revisions 81012 via svnmerge from
18 years ago
Joshua Colp 12894ee728 Remove places that say if no language is specified it will default to english... since on some setups this is untrue.
18 years ago
Russell Bryant d3687bdb93 Merged revisions 80932 via svnmerge from
18 years ago
Russell Bryant 7c41c3a5bc Merged revisions 80895 via svnmerge from
18 years ago
Russell Bryant 700b5d8442 Merged revisions 80849 via svnmerge from
18 years ago
Matthew Fredrickson 3616eb166f Add VMWI chan_zap support #9909
18 years ago
Philippe Sultan fce77d7d6a Merged revisions 80661 via svnmerge from
18 years ago
Kevin P. Fleming b16f018d96 Merged revisions 80501 via svnmerge from
18 years ago
Russell Bryant 488cd9a7a6 Merged revisions 80499 via svnmerge from
18 years ago
Joshua Colp ed9306ba42 If no default language has been specified print out that it will default to english when using sip show peer or sip show user.
18 years ago
Russell Bryant f6f9c14723 allow peers and users to go into a hash table
18 years ago
Russell Bryant eb6813cce3 Merged revisions 80390 via svnmerge from
18 years ago
Russell Bryant f04ed4641b Unsubscribe from MWI events in the peer destructor
18 years ago
Russell Bryant 50d7fc81aa Merged revisions 80362 via svnmerge from
18 years ago
Russell Bryant 8a2dd1d145 Merged revisions 80183 via svnmerge from
18 years ago
Russell Bryant eaac379751 Merged revisions 80132 via svnmerge from
18 years ago
Joshua Colp 65e4c80d48 Fix random segfault issue when loading chan_zap. Trying to access a configuration structure that has already been destroyed is bad, mmmk?
18 years ago
Joshua Colp 477e7dcbc7 (closes issue #10495)
18 years ago
Joshua Colp 9471a4ec08 Fix building of trunk. I'm doing work on a Sunday night just to avoid watching Snakes on a Plane which my roommate is watching.
18 years ago
Tilghman Lesher 749b67bd1d We weren't properly encapsulating the mtime ignores of config files (closes issue #10488)
18 years ago
Russell Bryant 57d5934e5d Merged revisions 79912 via svnmerge from
18 years ago
Jason Parker 100e2387db Merged revisions 79904 via svnmerge from
18 years ago
Jason Parker 0e83c80480 Merged revisions 79902 via svnmerge from
18 years ago
Russell Bryant c67f7fd3da Make use of ast_sched_replace() in some places in chan_iax2
18 years ago
Russell Bryant f5bf66bcd7 This commit adds a scheduler API call, ast_sched_replace that can be used
18 years ago
Russell Bryant 9d54c14278 Merged revisions 79857 via svnmerge from
18 years ago
Christian Richter 7ee8772e2d Merged revisions 79833 via svnmerge from
18 years ago
Joshua Colp ecff1370fb Fix building of chan_zap under development mode without libpri and libss7 installed.
18 years ago
Russell Bryant 0b44b92cf5 Merged revisions 79756 via svnmerge from
18 years ago
Mark Michelson ff7c41753f Merged revisions 79748 via svnmerge from
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Dwayne M. Hubbard 6186647ac3 added counter for iax2 show registry CLI output, closes issue 10461, thanks junky
18 years ago
Christian Richter a3a32e6675 Merged revisions 79642 via svnmerge from
18 years ago
Joshua Colp 3512cefb10 Merged revisions 79523 via svnmerge from
18 years ago
Christian Richter 8d6b33c64b Merged revisions 78936 via svnmerge from
18 years ago
Russell Bryant 4b584bbdf7 Merged revisions 79470 via svnmerge from
18 years ago
Russell Bryant 4e038cdc7c Merged revisions 79436 via svnmerge from
18 years ago
Steve Murphy 4f98b05cd5 Don't ask me why, but waitfordigit will immediately return a 1 on my system, unless the outfd is initialized to -1 before calling the nandfds func
18 years ago
Russell Bryant e05da8e948 Merged revisions 79301 via svnmerge from
18 years ago
Russell Bryant 16373a4e5f Merged revisions 79276 via svnmerge from
18 years ago
Russell Bryant 982a3ac424 Merged revisions 79274 via svnmerge from
18 years ago
Russell Bryant 0dd52f7196 Merged revisions 79272 via svnmerge from
18 years ago
Russell Bryant a2847deb73 Merged revisions 79214 via svnmerge from
18 years ago
Joshua Colp d5eda8709c Merged revisions 79174 via svnmerge from
18 years ago
Jason Parker 9b3c3f1c61 Use localized softkey labels.
18 years ago
Russell Bryant 0034e3f49d When looking up a mailbox, use the default context if not specified as something else
18 years ago