Klaverstyn, David C
2006-Oct-25 23:42 UTC
[asterisk-users] Phone Rings, Immediate Hangup and then Rings Again.
I am having a problem with an Asterisk server, in that when it is receiving a call from another Asterisk server using an IAX2 trunk the phone rings for 10 ms and then there is a hungup from asterisk and then the phone rings again before another hangup. The funny thing is that after I really hang up on the calling phone it repeats this as if I am still trying to call. Any Ideas? -- Accepting UNAUTHENTICATED call from 192.168.25.11: > requested format = g729, > requested prefs = (g729), > actual format = g729, > host prefs = (g729), > priority = mine -- Executing Set("IAX2/Bris-IAX-1", "LDAPNUMBERCALLED=xxxx 2015") in new stack -- Executing Macro("IAX2/Bris-IAX-1", "stdexten|2015|2015") in new stack -- Executing Dial("IAX2/Bris-IAX-1", "sip/2015|20|twh") in new stack -- Called 2015 == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-1' in macro 'stdexten' == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-1' -- Hungup 'IAX2/Bris-IAX-1' -- Accepting UNAUTHENTICATED call from 192.168.25.11: > requested format = g729, > requested prefs = (g729), > actual format = g729, > host prefs = (g729), > priority = mine -- Executing Set("IAX2/Bris-IAX-2", "LDAPNUMBERCALLED=xxxx 2015") in new stack -- Executing Macro("IAX2/Bris-IAX-2", "stdexten|2015|2015") in new stack -- Executing Dial("IAX2/Bris-IAX-2", "sip/2015|20|twh") in new stack -- Called 2015I> == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-2' in macro 'stdexten' == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-2' -- Hungup 'IAX2/Bris-IAX-2' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061025/e2cc8254/attachment.htm
Klaverstyn, David C
2006-Oct-26 18:35 UTC
[asterisk-users] Phone Rings, Immediate Hangup and then Rings Again.
For anyone interested the problem was we needed to add a bindaddr= for the IP address of the cluster (virtual IP). ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Klaverstyn, David C Sent: Thursday, 26 October 2006 4:43 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Phone Rings, Immediate Hangup and then Rings Again. I am having a problem with an Asterisk server, in that when it is receiving a call from another Asterisk server using an IAX2 trunk the phone rings for 10 ms and then there is a hungup from asterisk and then the phone rings again before another hangup. The funny thing is that after I really hang up on the calling phone it repeats this as if I am still trying to call. Any Ideas? -- Accepting UNAUTHENTICATED call from 192.168.25.11: > requested format = g729, > requested prefs = (g729), > actual format = g729, > host prefs = (g729), > priority = mine -- Executing Set("IAX2/Bris-IAX-1", "LDAPNUMBERCALLED=xxxx 2015") in new stack -- Executing Macro("IAX2/Bris-IAX-1", "stdexten|2015|2015") in new stack -- Executing Dial("IAX2/Bris-IAX-1", "sip/2015|20|twh") in new stack -- Called 2015 == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-1' in macro 'stdexten' == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-1' -- Hungup 'IAX2/Bris-IAX-1' -- Accepting UNAUTHENTICATED call from 192.168.25.11: > requested format = g729, > requested prefs = (g729), > actual format = g729, > host prefs = (g729), > priority = mine -- Executing Set("IAX2/Bris-IAX-2", "LDAPNUMBERCALLED=xxxx 2015") in new stack -- Executing Macro("IAX2/Bris-IAX-2", "stdexten|2015|2015") in new stack -- Executing Dial("IAX2/Bris-IAX-2", "sip/2015|20|twh") in new stack -- Called 2015I> == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-2' in macro 'stdexten' == Spawn extension (macro-stdexten, s, 1) exited non-zero on 'IAX2/Bris-IAX-2' -- Hungup 'IAX2/Bris-IAX-2' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061026/e9395580/attachment.htm