Hall, Eric M.
2007-Mar-02 07:26 UTC
[asterisk-users] cmd page crashes Asterisk SVN-branch-1.4-r57207
Group I'm having some trouble with asterisk and the page cmd. Any help would be great! This is what's in my extensions.conf exten => _**2,1,SIPAddHeader(Call-Info: answer-after=0) exten => _**2,2,Page(SIP/36651)|d exten => _**2,3,Hangup CLI output ******************** Connected to Asterisk SVN-branch-1.4-r57207 currently running on VoIP-PBX (pid = 11317) -- Remote UNIX connection Verbosity is at least 3 Extension Changed 36652 new state InUse for Notify User 36653 -- Executing [**2@amaxx:1] SIPAddHeader("SIP/36652-b7d0c1f0", "Call-Info: answer-after=0") in new stack -- Executing [**2@amaxx:2] Page("SIP/36652-b7d0c1f0", "SIP/36651") in new stack -- Called 36651 -- <SIP/36652-b7d0c1f0> Playing 'beep' (language 'en') Extension Changed 36651 new state Ringing for Notify User 36653 -- SIP/36651-09eb3648 is ringing -- SIP/36651-09eb3648 answered Extension Changed 36651 new state InUse for Notify User 36653 -- Created MeetMe conference 1023 for conference '10382980d' [Mar 2 09:14:58] WARNING[11449]: channel.c:1686 ast_hangup: Hard hangup called by thread 29141936 on SIP/36651-09eb3648, while fd is blocked by thread 20036528 in procedure ast_waitfor_nandfds! Expect a failure == Spawn extension (amaxx, **2, 2) exited non-zero on 'SIP/36652-b7d0c1f0' Extension Changed 36651 new state Idle for Notify User 36653 Extension Changed 36652 new state Idle for Notify User 36653 VoIP-PBX*CLI> Disconnected from Asterisk server -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070302/a0487ce4/attachment.htm
Lee Jenkins
2007-Mar-02 08:23 UTC
[asterisk-users] cmd page crashes Asterisk SVN-branch-1.4-r57207
Hall, Eric M. wrote:> Group > > I?m having some trouble with asterisk and the page cmd. > Any help would be great! > > This is what?s in my extensions.conf > > exten => _**2,1,SIPAddHeader(Call-Info: answer-after=0) > > exten => _**2,2,Page(SIP/36651)|d > > exten => _**2,3,Hangup >Looks like you have at least a syntax error. You have: _**2,2,Page(SIP/36651)|d And it should be _**2,2,Page(SIP/36651|d) Try fixing the "d" option by placing it within the right parenthesis and try it again. -- Warm Regards, Lee