Hi Keith,
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
Are you running Redhat or Fedora? If so, read this thread for a solution:
http://lists.digium.com/pipermail/asterisk-users/2004-January/031953.html
-- Nicolas Gudino House Internet S.R.L. Buenos Aires - Argentina _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
