[asterisk-users] cmd page crashes Asterisk SVN-branch-1.4-r57207
Lee Jenkins
lee at datatrakpos.com
Fri Mar 2 08:23:32 MST 2007
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
More information about the asterisk-users
mailing list