[Asterisk-Users] Busy message
Keith Waters
kwlist at waters.co.za
Tue Jun 22 04:39:34 MST 2004
> For example, a correct dialplan for a SIP extension would read:
>
> exten => _200Z,1,Dial(SIP/${EXTEN},20)
> exten => _200Z,2,Voicemail(u${EXTEN})
> exten => _200Z,102,Voicemail(b${EXTEN})
> exten => _200Z,103,Hangup
Hi All... I'm a newbie, just busy getting to grips with asterisk.
I've set up the following, but it causes a segfault when I call somebody who
is offline:
exten => _[123456789]XXXX,1,NoOp(.call for .${EXTEN})
exten => _[123456789]XXXX,2,Dial(SIP/${EXTEN},60,tr)
exten => _[123456789]XXXX,3,Voicemail(u${EXTEN})
exten => _[123456789]XXXX,103,Hangup
I get...
-- Executing NoOp("SIP/54321-b373", ".call for .12345") in new stack
-- Executing Dial("SIP/54321-b373", "SIP/12345|60|tr") in new stack
Jun 22 13:37:58 NOTICE[13326]: app_dial.c:681 dial_exec: Unable to create
channel of type 'SIP'
Segmentation fault
Regards,
Keith
More information about the asterisk-users
mailing list