News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old November 19th, 2006, 09:20 PM
deeperror's Avatar
deeperror deeperror is offline
Junior Member
 
Join Date: Nov 2006
Posts: 21
deeperror is on a distinguished road
Default Asterisk/RT31P2/CID Issue

I have recently unlocked the RT31P2 and have it setup as a sip client. Basically I'm using the FXS ports to interface my cordless phones to the pbx.

The only problem at this time is the caller id NAME comes in 100% and will show whatever I set in my dial plan. But the number never comes in and always says Unknown Number.

Not a phone issue because it worked fine when the ata was using the vonage service.

CID is enabled on all the settings in the admin page on the ata. And my dial plan I have tried several different ways of setting the numbers and names.

exten => ${CID1},5,Set(CALLERID(name)=${WHOIS})
exten => ${CID1},6,Set(CALLERID(number)=${CALLERIDNUM})

Any clues as to why the name works but the number doesn't send? The calls also ring into an x-lite phone at the same time and it shows up properly name and number. It seems as if something is getting lost as it goes thru the ata or maybe it requires a different way to send this number? I also tried.

Set(CALLERID(rdnis)=${CALLERIDNUM})

Not sure what that is for but it didn't work either ha.

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old November 20th, 2006, 04:28 AM
chandave chandave is offline
Senior Member
 
Join Date: Jul 2005
Posts: 362
chandave is an unknown quantity at this point
Send a message via MSN to chandave
Default Re: Asterisk/RT31P2/CID Issue

Quote:
Originally Posted by deeperror View Post
exten => ${CID1},5,Set(CALLERID(name)=${WHOIS})
exten => ${CID1},6,Set(CALLERID(number)=${CALLERIDNUM})

Any clues as to why the name works but the number doesn't send?
It should be:

exten => ${CID1},6,Set(CALLERID(num)=${CALLERIDNUM})

The function: CALLERID(number) doesn't exist.

See ya...

d.c.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old November 20th, 2006, 05:22 AM
deeperror's Avatar
deeperror deeperror is offline
Junior Member
 
Join Date: Nov 2006
Posts: 21
deeperror is on a distinguished road
Default Re: Asterisk/RT31P2/CID Issue

I had also tried that and still have the same results.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old November 21st, 2006, 11:12 PM
deeperror's Avatar
deeperror deeperror is offline
Junior Member
 
Join Date: Nov 2006
Posts: 21
deeperror is on a distinguished road
Default Re: Asterisk/RT31P2/CID Issue

Asterisk cmd SetCIDNum - voip-info.org

I have seen other references for CALLERID(number) around so that is what has caused some confusion.

Line 2 has been configured to connect directly to voicepulse and this works 100% on inbound and outbound calls along with CID. But when routed thru * the number is lost name still works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old November 24th, 2006, 05:38 AM
chandave chandave is offline
Senior Member
 
Join Date: Jul 2005
Posts: 362
chandave is an unknown quantity at this point
Send a message via MSN to chandave
Default Re: Asterisk/RT31P2/CID Issue

Quote:
Originally Posted by deeperror View Post
Asterisk cmd SetCIDNum - voip-info.org

I have seen other references for CALLERID(number) around so that is what has caused some confusion.

Line 2 has been configured to connect directly to voicepulse and this works 100% on inbound and outbound calls along with CID. But when routed thru * the number is lost name still works.
See what happens I'm too lazy to look in the source code...it bites me in the ass. Yeah, function CALLERID() supports the parameter "num" and "number":
Code:
funcs/func_callerid.c:
51:  } else if (!strncasecmp("num", data, 3) || !strncasecmp("number", data,6)) {
I would suggest doing a "sip debug peer your_RT31P2" and verifying that the "From: " and "Contact:" have the proper phone number. If they do, then it's definitely a problem with the RTP31P2.

See ya...

d.c.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old November 24th, 2006, 05:38 AM
  #6 (permalink)  
Old November 27th, 2006, 08:08 PM
deeperror's Avatar
deeperror deeperror is offline
Junior Member
 
Join Date: Nov 2006
Posts: 21
deeperror is on a distinguished road
Default Re: Asterisk/RT31P2/CID Issue

-- Started music on hold, class 'default', on IAX2/voicepulse01-4
We're at 192.168.0.101 port 10652
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x1 (g723) to SDP
Adding codec 0x2 (gsm) to SDP
Adding codec 0x8 (alaw) to SDP
Adding codec 0x10 (g726) to SDP
Adding codec 0x20 (adpcm) to SDP
Adding codec 0x40 (slin) to SDP
Adding codec 0x80 (lpc10) to SDP
Adding codec 0x100 (g729) to SDP
Adding codec 0x200 (speex) to SDP
Adding codec 0x400 (ilbc) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
13 headers, 21 lines
Reliably Transmitting (no NAT) to 192.168.0.105:5060:
INVITE sip:sipata@192.168.0.105 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.101:5060;branch=z9hG4bK38ed9eb6;rport
From: "Home_Phone" <sip:sipata@192.168.0.101>;tag=as0f3126de
To: <sip:sipata@192.168.0.105>
Contact: <sip:sipata@192.168.0.101>
Call-ID: 5a465972324f27e6611a696a30f88a13@192.168.0.101
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Max-Forwards: 70
Date: Mon, 27 Nov 2006 19:59:43 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Content-Type: application/sdp
Content-Length: 494

Why doesn't the set function change these? The FROM seems to be correct.

exten => ${CID1},5,Set(CALLERID(number)=${CALLERIDNUM})
exten => ${CID1},6,Set(CALLERID(name)=${WHOIS})

I have even played with Name <1231231234> and it doesn't seem to work. Could there be some other setting that is causing this to not stick.

Last edited by deeperror : November 27th, 2006 at 08:12 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old November 27th, 2006, 08:22 PM
deeperror's Avatar
deeperror deeperror is offline
Junior Member
 
Join Date: Nov 2006
Posts: 21
deeperror is on a distinguished road
Default Re: Asterisk/RT31P2/CID Issue

I have this fixed now. I'm not sure what was actually causing this to occur. But I updated my sip.conf so that both x-lite and sipata had the same configuration and the cid started working on the ata. Thanks for your help It definately got me on the right path.

-de
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Asterisk/RT31P2/CID Issue
Thread Thread Starter Forum Replies Last Post
SPA3102 CID issue jklotz Linksys (Sipura) VoIP Support Forum 2 November 14th, 2006 07:41 PM
Asterisk and Linksys RT31P2 ghopper Asterisk Support Forum 3 October 17th, 2006 07:44 AM
Asterisk CLI - Add Name to CID rizsher Asterisk Support Forum 4 September 26th, 2006 09:01 PM
SIPURA 3000 -> Asterisk and CID bulimia Linksys (Sipura) VoIP Support Forum 8 July 7th, 2006 09:40 PM
CID Auth for SPA3K- My Final issue, Please Help baadiyo Linksys (Sipura) VoIP Support Forum 7 March 6th, 2006 08:25 AM



All times are GMT. The time now is 11:41 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.