After upgrading from 1.6.0(.9) outgoing callerid broke on our 8.1 (jail)
server.  It doesn't appear the extensions.conf syntax has changed, and
debug** shows the name being set, however, only the number goes out,
not the name.  Behavior is identical across all trunks (sip and iax).

Anyone else experiencing this?

Roger Marquis


* extensions.conf

exten => _1NXXXXXX,1,Set(CALLERID(all)="First Last" <NPA-NXX-XXXX>)
exten => _1NXXXXXX,n,Dial(SIP/1NPA${EXTEN:1}@${TRNK01})

exten => _NXXXXXX,1,Set(CALLERID(all)="First Last" <NPA-NXX-XXXX>)
exten => _NXXXXXX,n,Dial(${TRNK02}/1NPA${EXTEN:2})


** sip*CLI> core set verbose 3

[Jan 14 08:13:18] VERBOSE[12961] pbx.c: -- Executing [#######@outbound:1] 
Set("SIP/*****-00000007",
   "CALLERID(all)="First Last" <NPA-NXX-XXXX>") in new stack
[Jan 14 08:13:18] VERBOSE[12961] pbx.c: -- Executing [#######@outbound:3] 
Dial("SIP/*****-00000007",
   "SIP/#######@****") in new stack

-- Executing [#######@outbound:1] Set("SIP/*****-00000006", "CALLERID(all)="First Last" 
<NPA-NXX-XXXX>")
   in new stack
-- Executing [#######@outbound:2] Dial("SIP/*****-00000006", 
"IAX2/****@****/#######") in new stack

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to