[asterisk-users] Asterisk core dumps when using PrivacyManager
--[ UxBoD ]--
uxbod at splatnix.net
Mon Jan 11 09:23:33 CST 2010
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 [8100 at test:1] Answer("SIP/1001-00000000", "") in new stack
-- Executing [8100 at test:2] Set("SIP/1001-00000000", "CALLERID(all)=""") in new stack
-- Executing [8100 at 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
More information about the asterisk-users
mailing list