Wrong CID info being passed

Not quite sure what’s going on. I’m dialing out over my T-1 which allows me to set CID.

On my extension I have set my outbound CID to “john doe” <555-555-1212>
I’ve also tried just the number, the number with <>, etc.

However looking at the CLI, when I’m dialing out, I’m just passing my SIP extension

-- Executing Set("SIP/500-9eb10de0", "REALCALLERIDNUM=500") in new stack
-- Executing NoOp("SIP/500-9eb10de0", "REALCALLERIDNUM is 500") in new stack

And calls to outside lines show the CID as 1 (500)

Why isn’t my Outbound CID entry being passed?

Problem solved. Here was the clue:

-- Executing Set("SIP/500-9ec217e0", "INTRACOMPANYROUTE=YES") in new stack

For some reason my outgoing routes were marked as intracompany.

That looks like the SIP connection to the asterisk server and not the
outgoing for the T-1. Should look something like this;

 -- Executing NoOp("Zap/1-1", "CallerID set to "Joe Smith "

<555-555-5555>") in new stack
– Executing GotoIf(“Zap/1-1”, “1?nomax”) in new stack
– Goto (macro-dialout-trunk,s,16)
– Executing DeadAGI(“Zap/1-1”, “fixlocalprefix”) in new stack
– Launched AGI Script /var/lib/asterisk/agi-bin/fixlocalprefix
– AGI Script fixlocalprefix completed, returning 0
– Executing Set(“Zap/1-1”, “OUTNUM=5555555555”) in new stack
– Executing Set(“Zap/1-1”, “custom=ZAP/g1”) in new stack
– Executing GotoIf(“Zap/1-1”, “0?customtrunk”) in new stack

Have you tried setting the CID on the trunk for the T-1?
Also try just setting your number 555555555 for the CID and see what
happens.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of robr
Sent: Tuesday, February 20, 2007 2:32 AM
To: [email protected]
Subject: [Amportal-users] wrong CID info being passed

Not quite sure what’s going on. I’m dialing out over my T-1 which allows me
to set CID.

On my extension I have set my outbound CID to “john doe” <555-555-1212>

I’ve also tried just the number, the number with <>, etc.

However looking at the CLI, when I’m dialing out, I’m just passing my SIP
extension

-- Executing Set("SIP/500-9eb10de0", "REALCALLERIDNUM=500") in new stack

-- Executing NoOp("SIP/500-9eb10de0", "REALCALLERIDNUM is 500") in new

stack

And calls to outside lines show the CID as 1 (500)

Why isn’t my Outbound CID entry being passed?


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)