server1 10.44.71.13
extensions.conf
exten => 67490580,1,Answer
exten => 67490580,2,wait(1)
exten => 67490580,3,Dial(SIP/muhil@67490570)
exten => 67490580,4,hangup()
sip.conf
[muhil]
type=friend
username=foo
secret=password123
auth=plaintext
host=10.44.71.134
context=default
peercontext=default
qualify=yes
trunk=yes
above 10.44.71.134 is another asterisk server and extensions default context contain 67490570 number, but getting the below debug lines and called from E1 lines . pls suggest how to resolve this one.
[code]
– Accepting call from ‘04447415600’ to ‘67490580’ on channel 0/1, span 1
– Executing [67490580@default:1] Answer(“DAHDI/i1/04447415600-2”, “”) in new stack
– Executing [67490580@default:2] Wait(“DAHDI/i1/04447415600-2”, “1”) in new stack
– Executing [67490580@default:3] Dial(“DAHDI/i1/04447415600-2”, “SIP/bar@67490570”) in new stack
Really destroying SIP dialog ‘420838630342e67f319d0b5e11901273@[::1]:0’ Method: INVITE
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [67490580@default:4] Hangup(“DAHDI/i1/04447415600-2”, “”) in new stack
== Spawn extension (default, 67490580, 4) exited non-zero on ‘DAHDI/i1/04447415600-2’
– Hungup ‘DAHDI/i1/04447415600-2’[/code]
below code from 3cx phone
-- Executing [67490580@default:3] Dial("SIP/6000-00000000", "SIP/bar@67490570") in new stack
Really destroying SIP dialog '419fafa256fc85e81dde2b36478e3e03@[::1]:0' Method: INVITE
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [67490580@default:4] Hangup("SIP/6000-00000000", "") in new stack
== Spawn extension (default, 67490580, 4) exited non-zero on 'SIP/6000-00000000'
Scheduling destruction of SIP dialog 'OGIyMmIyYjBmODVlM2EzODNhOWYwNTc0NzMxOWNlYm
both i am getting " Everyone is busy/congested at this time "