I am prototyping with the Manager interface and pasting the following into the telnet session. Action: Originate Channel: SIP/dualphone Exten: SIP/snom Context: default Priority: 1 Timeout: 500 CallerID: Dualphone <999999999> Async: true All that happens is that the phone display lights up and the phone rings once and then shows a missed call. Below is the response I get from the Manager: Any ideas what is causing this hangup? Thanks. Eric ========= Manager response =================Response: Success Message: Originate successfully queued Event: Newchannel Channel: SIP/dualphone-9524 State: Down Callerid: <unknown> CalleridName: <unknown> Uniqueid: 1156253034.230 Event: Newcallerid Channel: SIP/dualphone-9524 Callerid: 999999999 CalleridName: Dualphone Uniqueid: 1156253034.230 Event: Newcallerid Channel: SIP/dualphone-9524 Callerid: 999999999 CalleridName: Dualphone Uniqueid: 1156253034.230 Event: Newchannel Channel: SIP/dualphone-9524 State: Ringing Callerid: 999999999 CalleridName: Dualphone Uniqueid: 1156253034.230 Event: Hangup Channel: SIP/dualphone-9524 Uniqueid: 1156253034.230 Cause: 16 Event: OriginateFailure Channel: SIP/dualphone Context: default Exten: SIP/snom
whois wes
2006-Aug-22 06:50 UTC
[asterisk-users] placing a call with the Manager interface
your timeout is set to 1/2 a second (500 milliseconds). change timeout to 5000 On 8/22/06, Eric <es@fruitcom.com> wrote:> I am prototyping with the Manager interface and pasting the > following into the telnet session. > > Action: Originate > Channel: SIP/dualphone > Exten: SIP/snom > Context: default > Priority: 1 > Timeout: 500 > CallerID: Dualphone <999999999> > Async: true > > All that happens is that the phone display lights up and the > phone rings once and then shows a missed call. > > Below is the response I get from the Manager: > > Any ideas what is causing this hangup? > > Thanks. > > Eric > > ========= Manager response =================> Response: Success > Message: Originate successfully queued > > Event: Newchannel > Channel: SIP/dualphone-9524 > State: Down > Callerid: <unknown> > CalleridName: <unknown> > Uniqueid: 1156253034.230 > > Event: Newcallerid > Channel: SIP/dualphone-9524 > Callerid: 999999999 > CalleridName: Dualphone > Uniqueid: 1156253034.230 > > Event: Newcallerid > Channel: SIP/dualphone-9524 > Callerid: 999999999 > CalleridName: Dualphone > Uniqueid: 1156253034.230 > > Event: Newchannel > Channel: SIP/dualphone-9524 > State: Ringing > Callerid: 999999999 > CalleridName: Dualphone > Uniqueid: 1156253034.230 > > Event: Hangup > Channel: SIP/dualphone-9524 > Uniqueid: 1156253034.230 > Cause: 16 > > Event: OriginateFailure > Channel: SIP/dualphone > Context: default > Exten: SIP/snom > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Fabian Müller
2006-Aug-22 07:04 UTC
[asterisk-users] placing a call with the Manager interface
Eric <es@fruitcom.com> wrote> Action: Originate > Channel: SIP/dualphone > Exten: SIP/snom > Context: default > Priority: 1 > Timeout: 500 > CallerID: Dualphone <999999999> > Async: true > > [...] > > Any ideas what is causing this hangup?Can you please try to increase the 'Timeout'? What happens when you set it to this: Timeout: 5000 Fabian M?ller
Eric
2006-Aug-23 01:39 UTC
[asterisk-users] placing a call with the Manager interface - solved
*blush* yes! whois wes said:> your timeout is set to 1/2 a second (500 milliseconds). > > change timeout to 5000 > > On 8/22/06, Eric <es@fruitcom.com> wrote: > >I am prototyping with the Manager interface and pasting the > >following into the telnet session. > > > >Action: Originate > >Channel: SIP/dualphone > >Exten: SIP/snom > >Context: default > >Priority: 1 > >Timeout: 500 > >CallerID: Dualphone <999999999> > >Async: true