Hi,
why would Asterisk core dump with the following test dialplan extension ?
exten => 8100,1,Answer()
exten => 8100,n,Set(CALLERID(all)="")
exten => 8100,n,PrivacyManager()
exten => 8100,n,GotoIf(${[${PRIVACYMGRSTATUS} = FAILED]}?:nocid)
exten => 8100,n,NoOp(Number is ${CALLERID(num)})
exten => 8100,n,Hangup()
exten => 8100,n(nocid),Playback(vm-goodbye)
exten => 8100,n,Hangup()
I ran in foreground with full debug output but nothing showed :(
== Using SIP RTP CoS mark 5
-- Executing [8...@test:1] Answer("SIP/1001-00000000", "") in new stack
-- Executing [8...@test:2] Set("SIP/1001-00000000", "CALLERID(all)=""") in
new stack
-- Executing [8...@test:3] PrivacyManager("SIP/1001-00000000", "") in new
stack
-- <SIP/1001-00000000> Playing 'privacy-unident.g729' (language 'en')
-- <SIP/1001-00000000> Playing 'privacy-prompt.g729' (language 'en')
voip*CLI>
Disconnected from Asterisk server
/usr/sbin/safe_asterisk: line 146: 21648 Segmentation fault
--
Thanks, Phil
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users