|
Home > Archive > Voice over IP Cisco > February 2007 > Change Calling Party Number in CME/CUE
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Change Calling Party Number in CME/CUE
|
|
| Jeff Anderson 2007-02-08, 7:11 pm |
| The configuration:
PSTN > PRI > CME > VOIP peer to CUE Script > Call redirect from CUE to ip phone.
The user answering the ip phone is taking calls for three different locations. The CUE script is trigged with three different VOIP peers. The numbers are 200, 300, and 400. All go to the same script which has switch statements based on called number that
manipulate the call within the script.
The user answering the ip phone sees the original calling party number when their phone rings. I would like the user to see what store was called or at least see a different number for each store. I don't want to change the destination of each call if at
all possible. The phone system is configured similar to a key system so it wouldn't be an easy adjustment for the users answering the phone.
I have tried setting "clid network-number xxxxxxxxx" under the voip peer with no success. I also tried setting the calling party number to be something different using a SET statement in the script; again with no success.
Does anyone have any ideas on how I can accomplish this?
Thanks,
Jeff
| |
| Justin Steinberg 2007-02-08, 7:11 pm |
| I'm not sure how this will work with your script but try tweaking the
following:
telephony-service
service dnis dir-lookup
directory entry 1 4001 name Dr. Jones
directory entry 2 4002 name Dr. Smith
directory entry 3 4003 name Dr. Todd
!
!
ephone-dn 1 dual-line
number 4001
!
!
ephone-dn 2 dual-line
number 4002
!
!
ephone-dn 3 dual-line
number 4003
!
!
ephone 1
type 7960
button 1o1,2,3
Justin
On 2/8/07, Jeff Anderson <janderson@enventis.com> wrote:
>
> The configuration:
>
> PSTN > PRI > CME > VOIP peer to CUE Script > Call redirect from CUE to ip
> phone.
>
> The user answering the ip phone is taking calls for three different
> locations. The CUE script is trigged with three different VOIP peers. The
> numbers are 200, 300, and 400. All go to the same script which has switch
> statements based on called number that manipulate the call within the
> script.
>
> The user answering the ip phone sees the original calling party number
> when their phone rings. I would like the user to see what store was called
> or at least see a different number for each store. I don't want to change
> the destination of each call if at all possible. The phone system is
> configured similar to a key system so it wouldn't be an easy adjustment for
> the users answering the phone.
>
> I have tried setting "clid network-number xxxxxxxxx" under the voip peer
> with no success. I also tried setting the calling party number to be
> something different using a SET statement in the script; again with no
> success.
>
> Does anyone have any ideas on how I can accomplish this?
>
> Thanks,
>
> Jeff
>
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
| |
| Ryan O'Connell 2007-02-09, 1:11 pm |
| You can use translation rules and translation-profiles to rewrite the
CLID to anything you want. Have the CUE script send it to a voip peer so
that you can translate the CLID before it reaches the phone.
Ryan O'Connell CCIE VOICE #13382
Network Consultant
UNIS LUMIN - Technology Based Business Solutions
Phone: 888.475.0432 x290
Mobile: 403.990.1275
roconnell@unislumin.com
http://www.unislumin.com
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Jeff Anderson
Sent: Thursday, February 08, 2007 2:38 PM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Change Calling Party Number in CME/CUE
The configuration:
PSTN > PRI > CME > VOIP peer to CUE Script > Call redirect from CUE to
ip phone.
The user answering the ip phone is taking calls for three different
locations. The CUE script is trigged with three different VOIP peers.
The numbers are 200, 300, and 400. All go to the same script which has
switch statements based on called number that manipulate the call within
the script.
The user answering the ip phone sees the original calling party number
when their phone rings. I would like the user to see what store was
called or at least see a different number for each store. I don't want
to change the destination of each call if at all possible. The phone
system is configured similar to a key system so it wouldn't be an easy
adjustment for the users answering the phone.
I have tried setting "clid network-number xxxxxxxxx" under the voip peer
with no success. I also tried setting the calling party number to be
something different using a SET statement in the script; again with no
success.
Does anyone have any ideas on how I can accomplish this?
Thanks,
Jeff
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
Attention:
Privileged/Confidential Information may be contained in this message. Disclosure to any person other than the named recipient is unauthorized. If you are not the intended recipient, please delete all copies of this information and kindly notify the send
er by reply email. Opinions, conclusions and other information in this message that do not relate to the official business of UNIS LUMIN Inc. shall be understood as neither given nor endorsed by it. UNIS LUMIN Inc. and any of its subsidiaries reserve th
e right to monitor all e-mail communications through its networks. Thank you.
|
|
|
|
|