[Asterisk-bsd] outgoing callerid name broke on upgrade to 1.6.2(.15)
Roger Marquis
marquis at roble.com
Mon Jan 17 15:15:38 CST 2011
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
More information about the Asterisk-BSD
mailing list