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:[EMAIL PROTECTED]

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to