[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

4.6

Asterisk - Caller ID not displayed.

Asked by JAY186 in Voice Over IP, IP Telephony, Asterisk Open Source Telephony

Tags: asterisk voip callerid

I'm building an Asterisk-based VoIP system, and require to ensure that all outbound calls have CallerID (known as CLI here in the UK) information associated with them.

I'm testing this system by using Zoiper on my PC to make calls to my standard mobile phone, and vice versa.

I'm encountering a very strange issue with CallerID. If I set a CallerID in the softphone, regardless of what it's set to (even the word "gibberish"), when the call leaves the Asterisk box, it has my test VoIP number's proper CLI set as specified in extensions.conf, and this appears on my mobile.

But if I clear the CallerID field in Zoiper, then when the call leaves the Asterisk box no CLI is set, the call on my mobile comes up as from "Unknown" and I've verified with the upstream telephone provider who's taking the trunk from Asterisk that no CLI is appearing on those calls.

I'm using IAX to test, but we expect the system to also accept SIP when it's complete.

My IAX user:

[01133326209]
type=friend
host=dynamic
secret=********
context=01133326209

The "to mobiles" (07) outbound part of the user's entry in extensions.conf, from their [01133326209] context:

exten => _07.,1,Set(CALLERID(number)=01133326209)
exten => _07.,2,Set(CALLERID(ANI)=01133326209)
exten => _07.,n,Dial(SIP/toSwitchConnectVoIP/44${EXTEN:1})

When I tail the logs, I can see the Set command being carried out. Nevertheless the call arrives at destination with "unknown" as its CLI.

[2009-04-01 18:40:11] VERBOSE[2652] logger.c: [2009-04-01 18:40:11] -- Accepting AUTHENTICATED call from xxx.xxx.121.65:
> requested format = gsm,
> requested prefs = (),
> actual format = gsm,
> host prefs = (),
> priority = mine
[2009-04-01 18:40:11] DEBUG[9932] pbx.c: Launching 'Set'
[2009-04-01 18:40:11] VERBOSE[9932] logger.c: [2009-04-01 18:40:11] -- Executing [07xxxxxx503@01133326209:1] Set("IAX2/01133326209-7330", "CALLERID(number)=01133326209") in new stack
[2009-04-01 18:40:11] DEBUG[9932] pbx.c: Launching 'Set'
[2009-04-01 18:40:11] VERBOSE[9932] logger.c: [2009-04-01 18:40:11] -- Executing [07xxxxxx503@01133326209:2] Set("IAX2/01133326209-7330", "CALLERID(ANI)=01133326209") in new stack
[2009-04-01 18:40:11] DEBUG[9932] pbx.c: Launching 'Dial'
[2009-04-01 18:40:11] VERBOSE[9932] logger.c: [2009-04-01 18:40:11] -- Executing [07xxxxxx503@01133326209:3] Dial("IAX2/01133326209-7330", "SIP/toSwitchConnectVoIP/447xxxxxx503") in new stack

So this far it all appears to be working correctly, the number and ANI are aparently set - but the upstream doesn't see them, and they don't appear at the destination.

The next few lines in the log show:

[2009-04-01 18:40:11] DEBUG[9932] chan_sip.c: Asked to create a SIP channel with formats: 0x2 (gsm)
[2009-04-01 18:40:11] DEBUG[9932] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - INVITE (With RTP)

Does the "No Call-ID" entry indicate that the CLI has been lost by this point?

Is there a reliable way of forcing the CallerID, regardless of whether the connecting softphone has anything set or not?

Edit: I've searched extensively for information on this problem, studied the O'Reilly book on Asterisk, and read the info on setting CallerID on voip-info, but nothing I've tried so far has solved this problem.
 
Related Solutions
Keywords: Asterisk - Caller ID not displayed.
 
Loading Advertisement...
 
[+][-]04/07/09 10:55 AM, ID: 24090037Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/07/09 10:57 AM, ID: 24090047Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/09 03:12 AM, ID: 24095379Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/08/09 07:58 AM, ID: 24097971Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/09 07:59 AM, ID: 24097989Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/09 09:21 AM, ID: 24099037Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/08/09 09:27 AM, ID: 24099115Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/09 09:35 AM, ID: 24099198Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/08/09 09:56 AM, ID: 24099432Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/09 10:13 AM, ID: 24099642Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/08/09 10:39 AM, ID: 24099866Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/09 10:40 AM, ID: 24099867Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/09/09 03:15 AM, ID: 24105702Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/10/09 07:57 AM, ID: 24116026Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/10/09 07:58 AM, ID: 24116046Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/11/09 10:03 PM, ID: 24124610Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/14/09 07:33 AM, ID: 24138658Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/14/09 10:10 AM, ID: 24140366Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/14/09 10:25 AM, ID: 24140530Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/14/09 11:19 AM, ID: 24141014Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/14/09 11:54 AM, ID: 24141302Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/15/09 09:31 AM, ID: 24149962Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/16/09 08:49 AM, ID: 24159149Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/17/09 10:49 AM, ID: 24170255Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Voice Over IP, IP Telephony, Asterisk Open Source Telephony
Tags: asterisk voip callerid
Sign Up Now!
Solution Provided By: JAY186
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_FREE_TRIAL_20090127