Send CID for Extension
Send CID for Extension
(OP)
Has anyone been able to program an extension to send CID that would override the out going trunk CID on the UCX50?
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow
RE: Send CID for Extension
When you leave the caller ID on the trunk configuration page blank, then the extension caller ID or the outbound route caller ID (if specified with Override Extension) is used.
RE: Send CID for Extension
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow
RE: Send CID for Extension
Format: "caller name" <#######>
If you want to specify a name, enclose it in quotes. If you want to specify a number, you must use < and > around it.
RE: Send CID for Extension
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow
RE: Send CID for Extension
Can 1 ext override the trunk CID for all #’s dialed?
or
A # dialed by that ext to give a different CID?
I’v got a customer with a main office(where the pbx is located and only 1 SIP trunk) and 4 remote phones at different locations.
Each office has its own DID with 911 service to present the address for that office.
If an ext at office B dials 911 the pbx will send the CID for the DID assigned to that office. A different outbound route is used for each office.
RE: Send CID for Extension
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow
RE: Send CID for Extension
Add outbound route
Route Name: out-caller-id (whatever you want to name it)
Route CID: 8005551212 (your desired CID)
Dial Patterns that will use this Route (Create all that is needed)
(prepend) + (prefix) | 911 /333
(prepend) + (prefix) |NXXNXXXXXX /333
(prepend) + (prefix) |(match pattern) /(callerid) (use the desired ext #)
Trunk Sequence for Matched Routes
0 voip-ms
save then apply
on the right hand side of the outbound route page-
drag your new route to the top of the list -
save then apply
test
RE: Send CID for Extension
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow
RE: Send CID for Extension
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow
RE: Send CID for Extension
You can check what Caller ID number is being sent by UCx very easily in the logs. Just make the call, display the last 200 or so lines in the full log and search for the string CDR(outbound_cnum
From my two test calls, I got the following - extension with the override to 10 digits:
Executing [s@macro-outbound-callerid:18] Set("UCX/221@221-0", "CDR(outbound_cnum)=4xxxxxxxxx") in new stack
extension without the override:
Executing [s@macro-outbound-callerid:18] Set("UCX/222@222-0", "CDR(outbound_cnum)=14xxxxxxxxx") in new stack
Also, as you use a SIP trunk, you could enable SIP debugging and look at the SIP INVITE messages. The remote party line for my first call starts with
Remote-Party-ID: "4xxxxxxxxx"
while for the second call it starts with
Remote-Party-ID: "14xxxxxxxxx"
Anyway, from the logs, it's quite obvious that the system uses the override value properly. If you have your system configured correctly, you should see the proper values in the logs. In that case, your SIP trunk provider could be ignoring the Remote-Party-ID value (always uses your trunk's DID or something) - check the provider side configuration or contact your SIP trunk provider support.
RE: Send CID for Extension
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow
RE: Send CID for Extension
the Route CID is set to the desired #
Did you move your outbound route to the top of the list on the right hand side of the route form. (routes are selected on a first match basis)
No a route is not needed for each ext (use pattern matching)
[13][34]x will match all 3 digit exts starting with 13x 14x 33x 34x
RE: Send CID for Extension
Set("SIP/210-00000065", "USEROUTCID=<9xxxxxxxx>") in new stack
[2015-04-28 17:24:43] VERBOSE[29109][C-00000031] pbx.c: -- Executing [s@macro-outbound-callerid:7] Set("SIP/210-00000065", "EMERGENCYCID=") in new stack
[2015-04-28 17:24:43] VERBOSE[29109][C-00000031] pbx.c: -- Executing [s@macro-outbound-callerid:8] Set("SIP/210-00000065", "TRUNKOUTCID=2xxxxxxxxx") in new stack
[2015-04-28 17:24:43] VERBOSE[29109][C-00000031] pbx.c: -- Executing [s@macro-outbound-callerid:9] GotoIf("SIP/210-00000065", "1?trunkcid") in new stack
www.voiceconnectplus.com
Voice Connect Plus, Inc.
have a great day and a better tomorrow