Commit Graph

7129 Commits (170abc16b090b6a6616c6558b87dd9d0ce8a3eff)
 

Author SHA1 Message Date
Kevin P. Fleming 170abc16b0 when sending a call to a peer, use the proper socket if we have multiple bindings (reported on asterisk-dev)
19 years ago
Joshua Colp 58477e2410 Pass the right value to usleep for sleeping, and always add the background refresh item back into the scheduler if enabled since it is deleted during reload. (issue #8142 reported by p_lindheimer)
19 years ago
Christian Richter 0bd76b00b2 fixed some echocandisable issues when bridged. this caused a kernel panic sometimes..also some minor formatting fixes
19 years ago
Christian Richter 4981d1c5dd fixed issue, that the hangupcause got a wrong isdn cause at RELEASE_COMPLETE
19 years ago
Kevin P. Fleming ffb75188e1 ensure that IAX2 and SIP sockets allow UDP fragmentation when running on Linux (thanks to Brian Candler on the asterisk-dev list for the tip)
19 years ago
Christian Richter 722d56e081 (re)added support of dynamical enabling hdlc on bchannels
19 years ago
Olle Johansson cd79e99638 Issue #8101 - wrong parameter for screening in remote-party-id
19 years ago
Joshua Colp bfbbc4de78 Even more frames to treat as though the remote side disappeared (issue #8097 reported by eldadran)
19 years ago
Joshua Colp 4e717c8ea6 Treat busy control frames as hangup in the file streaming core (issue #8097 reported by eldadran)
19 years ago
Christian Richter 8684599f6c fixed segfault which happens during hold/transfer action
19 years ago
Kevin P. Fleming a8c86fb9b2 fix Polycom presence notification again
19 years ago
Kevin P. Fleming 87706f538e remove workaround for old Polycom firmware SUBSCRIBE requests
19 years ago
Steve Murphy 4f0d22fde1 For bug 7776, I have inserted a warning about Macro nesting vs. stack limitations
19 years ago
Christian Richter eae488f164 if INFORMATION Message come with keypad instead of called party number, we just use the keypad as called party number.
19 years ago
Christian Richter 0b4f47c3c3 added the option 'reject_cause' to make it possible to set the RELEASE_COMPLETE - cause on the 3. incoming PMP channel, which is automatically rejected because chan_misdn does not support that kind of callwaiting. Therefore chan_misdn supports now 3 incoming channels on a PMP BRI Port. misdn_lib_get_free_bc now gets the info if the requested channel is incoming or outgoing to make the 3. channel possible
19 years ago
Kevin P. Fleming 9c405de30d fix a logic error in my previous fix to the queue reload code
19 years ago
Joshua Colp e0408416d3 Change the fd on the I/O context in case it changed during the reload, which is indeed possible. (issue #7943 reported by eclubb)
19 years ago
Joshua Colp 7e7a5bfc73 We should be using $AST_SBIN instead of hardcoding the path for the error message (issue #7942 reported by eclubb)
19 years ago
Joshua Colp d1f421a9f6 Shrink when current_ioc is unused. It is set to -1 when unused, not 0. (issue #7941 reported by eclubb)
19 years ago
Christian Richter 77a645d0c6 fixed the hold/retrieve/transfer issues, removed a useless bc field, added setting of frame.delivery fields, some minor code cleanups
19 years ago
Russell Bryant 73138db44a Fix the name of the "eventmemberstatus" option in the sample queues.conf
19 years ago
Kevin P. Fleming 02ae73bd6a proper fix for ast_group_t change
19 years ago
Joshua Colp 87803a8ac6 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
19 years ago
Kevin P. Fleming 7620e04612 fix buggy (and overly complex) loop used during reload of app_queue for static member list updating
19 years ago
BJ Weschke fb599cc53e app_queue is comparing the device names incorrectly while checking their statuses. It's internal list of interfaces includes the dial string, while the argument passed to this function does not have the dial string (/n for a local channel). This causes it to ignore the device state changes because it thinks it belongs to none of its members. (#8040 reported and patch by tim_ringenbach)
19 years ago
Kevin P. Fleming dc268f1e6e eliminate compiler warning introduced by recent changes
19 years ago
Joshua Colp 34adb7efe6 Stop the stream after waitstream returns so that our formats get restored. (issue #7370 reported by kryptolus)
19 years ago
BJ Weschke f6ddf4e7d4 Fix race condion crash with get_member_status (#7864 - tim_ringenbach reported and patched)
19 years ago
Tilghman Lesher a2d98d6c7c Avoid inability to lock directory log message by creating the directory ahead of time. (Issue 7631)
19 years ago
Jason Parker e247b8ab33 Playback() wasn't setting PLAYBACKSTATUS under several circumstances.
19 years ago
Russell Bryant 0d9ea31f3a Fix a problem that occurred if a user entered a digit that matched a bridge
19 years ago
Christian Richter 630930dd7f fixed a bug which led to chan_list zombies, when the call could not be properly established in misdn_call. also removed the ACK_HDLC stuff which is not really needed.
19 years ago
Russell Bryant 8c2fee974a Back in revision 4798, this message was changed from using ast_cli() to directly
19 years ago
Joshua Colp ff41b0ae36 I changed the channel structure... let's be sure this gets updated!
19 years ago
Joshua Colp 12afd66083 Use proper type to represent the group variable (issue #8025 reported by makoto)
19 years ago
Russell Bryant a0da756f2a When parsing the sections of voicemail.conf that contain mailbox definitions,
19 years ago
Tilghman Lesher 83b377451c Two bugs when forwarding voicemail (Issue 7824):
19 years ago
Russell Bryant 00ca92aeee Check to see if the channel that is activating the IAXPEER function is actually
19 years ago
Joshua Colp c6e25717b4 Yay another 'round of spy fixes! This fixes a small logic flaw with the cleanup function and a memory allocation issue. (issue #7960 reported by jojo & issue #7999 reported by aster1) Special thanks to csum77 for letting me into a box where this issue was happening.
19 years ago
Tilghman Lesher e095711654 Whitespace change... really just an excuse to test repotools
19 years ago
Tilghman Lesher a6751ecf3a TDS 0.64 updates
19 years ago
Kevin P. Fleming 377dac8495 make some more functions static
19 years ago
Matt O'Gorman 942768c022 fixes some verbose vs debug issues. patch from bug 2617
19 years ago
Tilghman Lesher 6728ebb72c cid is passed to a destructive function; thus a copy is needed (issue 7961)
19 years ago
Olle Johansson eb4bd38c92 Issue #7682 - don't add contacts to 4xx responses.
19 years ago
Joshua Colp b1708137da Add deprecation notice about app_math (issue #7957 reported by k-egg)
19 years ago
Steve Murphy c8821eb38a Clarified what "callwaiting" does in zapata.conf.
19 years ago
Joshua Colp e42bf94e06 Add number unobtainable tone for New Zealand (issue #7969 reported by nic_bellamy)
19 years ago
Tilghman Lesher 88ccb83574 Directory used the wrong context for delivery of 0- and *- keypresses
19 years ago
Tilghman Lesher a729fb97e4 When a realtime peer expires, reset the ipaddress in the realtime database back to 0 (Issue 6656)
19 years ago