jonas kellens
2010-Mar-22 13:48 UTC
[asterisk-users] Call files : call multiple SIP-accounts
Hello, I'm trying to call different SIP-accounts to connect them to a conference. This is my call-file : Channel: SIP/test3&SIP/test1 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: from-conf Extension: 1000 I get the following in the CLI : [Mar 22 14:40:26] -- Attempting call on SIP/test3&SIP/test1 for 1000 at from-conf:1 (Retry 1) [Mar 22 14:40:26] WARNING[29908]: chan_sip.c:2994 create_addr: No such host: test3&SIP [Mar 22 14:40:26] NOTICE[29908]: channel.c:3046 __ast_request_and_dial: Unable to request channel SIP/test3&SIP/test1 [Mar 22 14:40:26] NOTICE[29908]: pbx_spool.c:356 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) So how can I simultaneously call different SIP-accounts from a call-file ?? Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100322/dbaae1b3/attachment.htm
Zeeshan Zakaria
2010-Mar-22 14:14 UTC
[asterisk-users] Call files : call multiple SIP-accounts
Not too long ago I needed to do the same thing but apparently you need to have a separate call file for every call. The dial command didn't work with an '&' separating multiple destinations. I did it through a php script running via agi. On 2010-03-22 9:56 AM, "jonas kellens" <jonas.kellens at telenet.be> wrote: Hello, I'm trying to call different SIP-accounts to connect them to a conference. This is my call-file : Channel: SIP/test3&SIP/test1 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: from-conf Extension: 1000 I get the following in the CLI : [Mar 22 14:40:26] -- Attempting call on SIP/test3&SIP/test1 for 1000 at from-conf:1 (Retry 1) [Mar 22 14:40:26] WARNING[29908]: chan_sip.c:2994 create_addr: No such host: test3&SIP [Mar 22 14:40:26] NOTICE[29908]: channel.c:3046 __ast_request_and_dial: Unable to request channel SIP/test3&SIP/test1 [Mar 22 14:40:26] NOTICE[29908]: pbx_spool.c:356 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) So how can I simultaneously call different SIP-accounts from a call-file ?? Jonas. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100322/968372da/attachment.htm