isrlgb at gmail.com
2011-Oct-27 22:59 UTC
[asterisk-users] Asterisk Executing outbound dial number twice
Where do you see that ? In the log you sent its setting the callerid and then dialing -----Original Message----- From: "motty.cruz" <motty.cruz at gmail.com> Sender: asterisk-users-bounces at lists.digium.com Date: Thu, 27 Oct 2011 16:02:46 To: <asterisk-users at lists.digium.com> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: [asterisk-users] Asterisk Executing outbound dial number twice Hello, I noticed Asterisk 1.8.4.1 execute number dial twice Log == Using SIP RTP CoS mark 5 -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", "CALLERID(num)=2066604") in new stack == Extension Changed 4773[sipphones] new state InUse for Notify User 4701 -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920", "SIP/att/xxxxxxx,80") in new stack Can you please help? Thanks, Motty -- _____________________________________________________________________ -- 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
motty.cruz
2011-Oct-27 23:02 UTC
[asterisk-users] Asterisk Executing outbound dial number twice
Hello, I noticed Asterisk 1.8.4.1 execute number dial twice Log == Using SIP RTP CoS mark 5 -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", "CALLERID(num)=2066604") in new stack == Extension Changed 4773[sipphones] new state InUse for Notify User 4701 -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920", "SIP/att/xxxxxxx,80") in new stack Can you please help? Thanks, Motty
Patrick Lists
2011-Oct-27 23:15 UTC
[asterisk-users] Asterisk Executing outbound dial number twice
On 10/28/2011 01:02 AM, motty.cruz wrote:> Hello, > I noticed Asterisk 1.8.4.1 execute number dial twice > > Log > > == Using SIP RTP CoS mark 5 > -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", > "CALLERID(num)=2066604") in new stack > == Extension Changed 4773[sipphones] new state InUse for Notify User 4701 > -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920", > "SIP/att/xxxxxxx,80") in new stackI still only see one Set and one Dial. Regards, Patrick
A J Stiles
2011-Oct-28 15:44 UTC
[asterisk-users] Asterisk Executing outbound dial number twice
On Friday 28 October 2011, motty.cruz wrote:> Hello, > I noticed Asterisk 1.8.4.1 execute number dial twice > > Log > > == Using SIP RTP CoS mark 5 > -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", > "CALLERID(num)=2066604") in new stack > == Extension Changed 4773[sipphones] new state InUse for Notify User 4701 > -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920", > "SIP/att/xxxxxxx,80") in new stack > > Can you please help?Please post the "sipphones" context from your extensions.conf file (and any contexts it includes and any macros it calls) -- AJS Answers come *after* questions.
motty.cruz
2011-Oct-28 15:53 UTC
[asterisk-users] Asterisk Executing outbound dial number twice
Helo AJS, Here is my sipphones context [sipphones] include => outbound include => parkedcalls include => autoanswer Thanks, -motty -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of A J Stiles Sent: Friday, October 28, 2011 8:45 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk Executing outbound dial number twice On Friday 28 October 2011, motty.cruz wrote:> Hello, > I noticed Asterisk 1.8.4.1 execute number dial twice > > Log > > == Using SIP RTP CoS mark 5 > -- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920", > "CALLERID(num)=2066604") in new stack > == Extension Changed 4773[sipphones] new state InUse for Notify User4701> -- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920", > "SIP/att/xxxxxxx,80") in new stack > > Can you please help?Please post the "sipphones" context from your extensions.conf file (and any contexts it includes and any macros it calls) -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- 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 ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1834 / Virus Database: 2092/4579 - Release Date: 10/27/11
A J Stiles
2011-Oct-31 12:46 UTC
[asterisk-users] Asterisk Executing outbound dial number twice
(Message rearranged into proper order and extraneous stuff deleted -- AJS. Your reply belongs down below, so questions and answers flow from top to bottom.)> -----Original Message----- > On Friday 28 October 2011, motty.cruz wrote: > > Hello, > > I noticed Asterisk 1.8.4.1 execute number dial twice > > [stuff deleted] > > Can you please help? > Please post the "sipphones" context from your extensions.conf file (and > any contexts it includes and any macros it calls)On Friday 28 October 2011, motty.cruz wrote:> Helo AJS, > Here is my sipphones context > > [sipphones] > include => outbound > include => parkedcalls > include => autoanswer > > Thanks, > -mottyAll anyone can glean from that, is that the problem must lie in one of the contexts "outbound", "parkedcalls", "autoanswer", or some context included in one of them. Which is why I asked for you to post any included contexts as well. Please do so; and please post your reply *after* here, so the conversation flows neatly: question - answer - question - answer ..... This will make things easier for anyone searching the archives for solutions to a similar problem in future. -- AJS Answers come *after* questions.