I have a Cisco Call Manager - and need to use the IVR Feature from Asterisk. My extension is 400 and I am calling 558 on Asterisk In my extension.conf I have these lines : exten => 558,1,Answer exten => 558,2,Playback(message.wav) exten => 558,3,Dial(SIP/439@CallManager) When I call 558 I heared the message then Asterisk tries to call 439 on CallManager but with this error : -- Called 439@CallManager -- Got SIP response 482 "Loop Detected" back from CallManager -- Now forwarding SIP/CallManager-097b3dc0 to 'Local/439@default' (thanks to SIP/CallManager-1781) == Everyone is busy/congested at this time (1:0/0/1) How can I overcome this ... Mohamed Farid ,,, * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This e-mail (including attachments) is classified as Mediterranean Smart Cards Company confidential and proprietary information The recipient hereby is committed to hold in strict confidence the contents of this (e-mail, document, and information) and not to disclose to any third party without the prior written consent of Mediterranean Smart Cards Company. Recipient will be held liable for any unauthorized disclosure. It is intended solely for the addressee. Unless you are the addressee, you may not read, copy, use or store this e-mail in any way, or permit others to. If you have received it in error, please notify the sender by return e-mail and delete the message in its entirety, including any attachments * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070214/5236c000/attachment.htm
Any news about this ? Mohamed Farid ,, Telecommunication & Security Section Head ,, Mediterranean Smart Cards Company ,, 92 Tahreer Street. Dokki / Cairo / Egypt Website : www.mscc.com.eg <http://www.mscc.com.eg/> Email : mfarid@mscc.com.eg <mailto:mfarid@mscc.com.eg> Phone : +2 02 3331439/+2 02 3331400 Fax : +2 02 7621164 Mobile : +2 0122258350 ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mohamed Farid Sent: Wednesday, February 14, 2007 2:18 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] SIP response 482 "Loop Detected" I have a Cisco Call Manager - and need to use the IVR Feature from Asterisk. My extension is 400 and I am calling 558 on Asterisk In my extension.conf I have these lines : exten => 558,1,Answer exten => 558,2,Playback(message.wav) exten => 558,3,Dial(SIP/439@CallManager) When I call 558 I heared the message then Asterisk tries to call 439 on CallManager but with this error : -- Called 439@CallManager -- Got SIP response 482 "Loop Detected" back from CallManager -- Now forwarding SIP/CallManager-097b3dc0 to 'Local/439@default' (thanks to SIP/CallManager-1781) == Everyone is busy/congested at this time (1:0/0/1) How can I overcome this ... Mohamed Farid ,,, ________________________________ This e-mail (including attachments) is classified as Mediterranean Smart Cards Company confidential and proprietary information The recipient hereby is committed to hold in strict confidence the contents of this (e-mail, document, and information) and not to disclose to any third party without the prior written consent of Mediterranean Smart Cards Company. Recipient will be held liable for any unauthorized disclosure. It is intended solely for the addressee. Unless you are the addressee, you may not read, copy, use or store this e-mail in any way, or permit others to. If you have received it in error, please notify the sender by return e-mail and delete the message in its entirety, including any attachments ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070215/5b3f17ac/attachment.htm
I solved the problem by making 2 trunks from The Cisco Call Manager using another port 5062 instead of 5060 Also at Asterisk I added a new SIP ... And I modified the extension.conf with these : exten => 558,1,Answer exten => 558,2,Playback(message.wav) exten => 558,3,Dial(SIP/439@CallManager2) And thus it works ... Thanks ,,, Mohamed Farid ,, ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mohamed Farid Sent: Wednesday, February 14, 2007 2:18 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] SIP response 482 "Loop Detected" I have a Cisco Call Manager - and need to use the IVR Feature from Asterisk. My extension is 400 and I am calling 558 on Asterisk In my extension.conf I have these lines : exten => 558,1,Answer exten => 558,2,Playback(message.wav) exten => 558,3,Dial(SIP/439@CallManager) When I call 558 I heared the message then Asterisk tries to call 439 on CallManager but with this error : -- Called 439@CallManager -- Got SIP response 482 "Loop Detected" back from CallManager -- Now forwarding SIP/CallManager-097b3dc0 to 'Local/439@default' (thanks to SIP/CallManager-1781) == Everyone is busy/congested at this time (1:0/0/1) How can I overcome this ... Mohamed Farid ,,, ________________________________ This e-mail (including attachments) is classified as Mediterranean Smart Cards Company confidential and proprietary information The recipient hereby is committed to hold in strict confidence the contents of this (e-mail, document, and information) and not to disclose to any third party without the prior written consent of Mediterranean Smart Cards Company. Recipient will be held liable for any unauthorized disclosure. It is intended solely for the addressee. Unless you are the addressee, you may not read, copy, use or store this e-mail in any way, or permit others to. If you have received it in error, please notify the sender by return e-mail and delete the message in its entirety, including any attachments ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070220/3c3c6921/attachment.htm