Spam? Re: [asterisk-users] cmd page crashes Asterisk SVN-branch-1.4-r57207

Hall, Eric M. ehall at amaxx.com
Fri Mar 2 13:27:05 MST 2007


Did that. No change



-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Lee
Jenkins
Sent: Friday, March 02, 2007 10:24 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Spam? Re: [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

_______________________________________________
--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


More information about the asterisk-users mailing list