Commit Graph

12215 Commits (dbc1aa9de2bdc8c0be9dff48c70030e0d4cbca2c)
 

Author SHA1 Message Date
Mark Michelson 2da89b6120 Part 2 of app_queue doxygen improvements. Some smaller functions this time
18 years ago
Russell Bryant eebd74ee97 Fix saying the parking space number to the caller doing the parking ...
18 years ago
Kevin P. Fleming ce81b232e3 report the same message whether Zaptel does not have transcoder support loaded or no transcoders were found
18 years ago
Philippe Sultan 863ef8d7d2 Set the caller id within the gtalk_alloc function.
18 years ago
Joshua Colp 7a3ee5a7fc Don't do conferencing totally in Zaptel if Monitor is running on the channel.
18 years ago
Kevin P. Fleming d235974bd6 pass the right variable to get an error string... oops
18 years ago
Kevin P. Fleming 7bfd21933f add error number output to ioctl failure messages to help with debugging
18 years ago
Tilghman Lesher 1f14e0cf39 Allow filename completion on zero-length modules, remove a memory leak, remove
18 years ago
Mark Michelson 34f994f017 use the \retval doxygen command properly
18 years ago
Mark Michelson 2a0748b0fe Part 1 of N of adding doxygen comments to app_queue. I picked some of the most common functions
18 years ago
Mark Michelson fdd5c25103 Some coding guidelines-related cleanup
18 years ago
Joshua Colp 61ee1872b1 Fix various DTMF issues in chan_mgcp.
18 years ago
Tilghman Lesher 3acbb032f8 Increase constants to where we're less likely to hit them while debugging.
18 years ago
Mark Michelson b5ea488a1d Making some changes designed to not allow for a corrupted mailstream for a vm_state.
18 years ago
Joshua Colp edfb14d0f6 If no group has been provided to the GROUP_COUNT dialplan function then use the first one specific to the channel.
18 years ago
Joshua Colp be83b74be9 Make app_queue calls work with directed pickup.
18 years ago
Tilghman Lesher 1b289c2998 Apply multiple crash fixes, found in issue #11386, but not completely
18 years ago
Russell Bryant 9aa3d2dd7f Merged revisions 96931 via svnmerge from
18 years ago
Russell Bryant 61a1ce95a5 Don't crash if something happens when setting up an SMDI interface and it gets
18 years ago
Philippe Sultan ee7978e96e Indentation fix, makes the code easier to read
18 years ago
Philippe Sultan e531dcb1af Compute the base64 value over the [authzid]\0authcid\0password string,
18 years ago
Russell Bryant b11422fe8f Don't pass an empty string as the device name.
18 years ago
Tilghman Lesher 8770045be8 Fix the problem of notification of a device state change to a device with a '-'
18 years ago
Jason Parker 6cc0887f56 Properly continue in the dialplan if using PARKINGEXTEN and the slot is full.
18 years ago
Tilghman Lesher 58cc575e52 If you change the bindaddr in sip.conf to a non-bound address and reload, sip goes kablooie.
18 years ago
Russell Bryant 6787783ce5 Make use of the temporary channel pointer while the pvt is unlocked.
18 years ago
Russell Bryant 6ae86ec183 Don't crash if the iax2 pvt structure has been destroyed before we get to this point
18 years ago
Tilghman Lesher 6d96102150 Missed initialization caused crash.
18 years ago
Christian Richter 2a4a61f914 make sure frame is completely clean, before we send it to asterisk as DTMF. If we don't make it clean, it happens that one way audio occurs..
18 years ago
Christian Richter be6e667c1e when overlapdial was used and no number was dialed, the call was dropped, now we just jump into the s extension, which makes a lot more sense.
18 years ago
Mark Michelson 068e1d8208 We need to reset the membername to NULL on each iteration of this loop, otherwise the result is that
18 years ago
Russell Bryant ec8a896935 Convert locks of the contexts list in pbx_config to the appropriate rdlock or wrlock
18 years ago
Russell Bryant 93748ccb9c pbx_dundi only needs a rdlock on the contexts list.
18 years ago
Russell Bryant 4ee7457343 app_macro only needs a rdlock on the contexts list.
18 years ago
Joshua Colp b5087d7743 Allocate a SIP refer structure when performing a transfer using BYE with Also so that the transfer information is properly stored. (AST-2008-001)
18 years ago
Mark Michelson 60c6826c1c A change to improve the accuracy of queue logging in the case where a member does not
18 years ago
Mark Michelson 8fded490ce Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete writelocks the conlock, then
18 years ago
Tilghman Lesher 3d142f0271 Allow the default "0" to be returned if the STAT fails
18 years ago
Russell Bryant ce3f27c5d5 Remove duplicate increment of the header count in the add_header() function.
18 years ago
Mark Michelson a7dee30a8d I found a bug while browsing the queue code and managed to reproduce it in a small setup.
18 years ago
Russell Bryant 8b3f41409e Don't report a syntax error when an empty string is passed to ast_get_group.
18 years ago
Mark Michelson 5dc1371bf2 Fixing a typo in a comment.
18 years ago
Joshua Colp e276b231fb Include types.h in chan_h323 as without it it can not be compiled on some operating systems like FreeBSD to name one.
18 years ago
Joshua Colp 856bc2ef76 Use ast_strlen_zero to see if our_contact is set or not on the dialog. It is possible for it to be a pointer to NULL.
18 years ago
Russell Bryant c03ccc41f2 Now that the contexts lock is a read/write lock, it should not be locked here
18 years ago
Russell Bryant 67df6e008d Use the constant that I really meant to use here ...
18 years ago
Russell Bryant c792659cc7 Change ast_translator_best_choice() to only pay attention to audio formats.
18 years ago
Kevin P. Fleming eb4d447b78 make this comment explain the situation in an even more explicit fashion
18 years ago
Tilghman Lesher 3c3eb75062 Workaround for what is probably a glibc bug (but we'll see this crop up again
18 years ago
Russell Bryant e6a8750fe7 Just in case the AST_FLAG_END_DTMF_ONLY flag was already set before starting
18 years ago