Douglas Garstang
2007-Sep-19 17:17 UTC
[asterisk-users] Dial() Command Parameter L Overflow?
I have two Asterisk Systems. One on of those, when I execute this: Dial("SIP/teleglobe-007931d0", "SIP/13033372500 at teleglobe|60|oL(4007520000:60000:30000)") ... It causes Asterisk to immediately read out the time limit of the call (66,792 minutes), as soon as the other end answers, even though we aren't down to 60s remaining yet. Asterisk then goes into an infinite loop and reads out the time limit over and over again! On ANOTHER system, with the same Dial command, this does not happen. Both versions of Asterisk are the same. Anyone got any idea what might be causing this? Maybe one was compiled in 32 bit mode and an Integer value is overflowing? How do I check this? Douglas.
On Wed, 19 Sep 2007, Douglas Garstang wrote:> Anyone got any idea what might be causing this? Maybe one was compiled > in 32 bit mode and an Integer value is overflowing? How do I check this?This is certainly possible, but you might save yourself some time debugging by posting this to the Asterisk developers' list. -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671
Alex Epshteyn
2007-Sep-19 22:04 UTC
[asterisk-users] Hints / State change on outgoing calls
Hi, I am trying to set BLF on SNOM phones. With call-limit=4 in sip.conf and hints in the extensions.conf a call to the extension correctly shows state as InUse (show hints) and BLF works. When call is originated from the extension the associated state remains Idle, so no notification and no BLF. Is there something else that has to be set for state to change (and watchers notified) on the outgoing calls? Also, Asterisk restart results in all the watchers being lost. Is there a way to force the phone to subscribe to notifications after restart (short of rebooting it) and is it phone specific? This is Asterisk 1.4.11. Thanks, Alex Alex Epshteyn Third Lane Technologies, LLC http://www.thirdlane.com
James FitzGibbon
2007-Sep-20 13:05 UTC
[asterisk-users] Hints / State change on outgoing calls
On 9/19/07, Alex Epshteyn <alex at thirdlane.com> wrote:> Also, Asterisk restart results in all the watchers being lost. Is there a > way to force the phone to subscribe to notifications after restart (short > of > rebooting it) and is it phone specific?Usually resubscribe-interval for extensions is client controlled, much like SIP re-register interval. Just make sure it's in between the min and max registration times as displayed in the output of 'sip show settings', otherwise you can run into problems where the phone thinks that the subscription is valid for longer than Asterisk does. -- j. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070920/97e17f59/attachment.htm