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@from-test-sip:3] Set("SIP/sip-test-00000019", "CALLERID(all)="test"<2023214321>") in new stack -- Executing [2024541111@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@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


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to