[asterisk-users] 10.5.0: channel name inserted as callerid number ??

sean darcy seandarcy2 at gmail.com
Wed Jun 20 15:21:08 CDT 2012


I'm trying to set the callerid on a SIP call:

   same=n,Set(CALLERID(all)="test"<2023214321>)
   same=n,Dial(SIP/home_outgoing/150)

-- Executing [2024541111 at from-test-sip:3] Set("SIP/sip-test-00000019", 
"CALLERID(all)="test"<2023214321>") in new stack
-- Executing [2024541111 at from-test-sip:4] Dial("SIP/sip-test-00000019", 
"SIP/home_outgoing/150") in new stack

[home_outgoing]
type=friend
transport=tcp
secret=<>
fromuser=office_incoming
host=dynamic
disallow=all
allow=ulaw

But the answering box inserts the channel name as the callerid number, 
though the callerid name is correct:

[from_home]
exten => 150,1,NoOp(${CALLERID(all)})

-- Executing [150 at from_home:1] NoOp("SIP/office_incoming-00000043", 
""test" <office_incoming>") in new stack

[office_incoming]
type=user
transport=tcp
context=from_home
dtmfmode=rfc2833
disallow=all
allow=ulaw

Puzzled. Any help appreciated.

sean




More information about the asterisk-users mailing list