Hi,
I'm integrating cisco call manager with asterisk
this is what I have in sip.conf
[callman]
type=friend
nat=no
insecure=very
context=dialplan
host=172.16.4.82
port=5060
disallow=all
allow=ulaw
allow=alaw
canreinvite=yes
qualify=yes
and this is my dial statement
Exten => _881.,1,Dial(sip/callman/${EXTEN})
when I call 88109 (that's handled by callman) I get
Executing Dial("SIP/88411-1cac", "sip/callman/88109")
-- Called callman/88109
-- Got SIP response 503 "Service Unavailable" back from
172.16.4.82
-- SIP/callman-d037 is circuit-busy
If I call a non existant call manager extention I get
Executing Dial("SIP/88411-553a", "sip/callman/88188")
-- Called callman/88188
-- Got SIP response 404 "Not Found" back from 172.16.4.82
-- SIP/callman-7371 is circuit-busy
Any idea of what is happening ?
I dont have access to callman logs, so I can only report what is
happening on my side.
--
Best regards,
Alessio mailto:afoc@interconnessioni.it
Edgar de Leon @ SESCAM
2005-Apr-26 05:32 UTC
[Asterisk-Users] Asterisk and Cisco Call Manager
try with type=peer good luck Edgar On Tue, 2005-04-26 at 13:08 +0200, Alessio Focardi wrote:> Hi, > > I'm integrating cisco call manager with asterisk > > this is what I have in sip.conf > > [callman] > type=friend > nat=no > insecure=very > context=dialplan > host=172.16.4.82 > port=5060 > disallow=all > allow=ulaw > allow=alaw > canreinvite=yes > qualify=yes > > and this is my dial statement > > Exten => _881.,1,Dial(sip/callman/${EXTEN}) > > when I call 88109 (that's handled by callman) I get > > Executing Dial("SIP/88411-1cac", "sip/callman/88109") > -- Called callman/88109 > -- Got SIP response 503 "Service Unavailable" back from 172.16.4.82 > -- SIP/callman-d037 is circuit-busy > > > If I call a non existant call manager extention I get > > > Executing Dial("SIP/88411-553a", "sip/callman/88188") > -- Called callman/88188 > -- Got SIP response 404 "Not Found" back from 172.16.4.82 > -- SIP/callman-7371 is circuit-busy > > > Any idea of what is happening ? > > I dont have access to callman logs, so I can only report what is > happening on my side. > >