Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Asterisk GOIP Outgoing Callerid not working


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
stephan008 at gmx.com
Guest





PostPosted: Thu Oct 16, 2014 2:48 am    Post subject: [asterisk-users] Asterisk GOIP Outgoing Callerid not working Reply with quote

Hello

I have a simple 1 channel goip gateway (http://www.voip-info.org/wiki/view/GoIP).

The incoming and outgoing calls work with Asterisk except the caller ID for the outgoing calls. I think I have exhausted all possible options regarding setting a caller ID and it still doesn't work. The recipients will get "private number". The incomings caller ids are work just fine.

exten => _XXXXXXX.,1,Set(DIAL_NUMBER=...)
exten => _XXXXXXX.,2,Set(CALLERID(num)=...)
exten => _XXXXXXX.,3,Set(CALLERID(name)=...)
exten => _XXXXXXX.,4,Set(CALLERID(all)= “...” <...>)
exten => _XXXXXXX.,n,Dial(SIP/${EXTEN}@gsm1)

Also there is 1 setting in the Goip device itself to set "SIM Number" which supposed to be the phone number (http://www.geekzone.co.nz/imagessubs/581abf9ffb19bc54aedcf2e6a898643b.jpg), I tried to set that as well it doesn't help. I also tried with and without + country prefixes, none works Sad
I tried with Gsm caller ID anonymous enabled and disabled. I saved the config and rebooted the device after any changes just to make it 100% sure it's applied.

Any suggestions are welcome. If anyone have full configs for this hw (outbound/inbound calls + smses) more than welcome to post it. I followed this tutorial:

https://github.com/tangaza/Tangaza/wiki/Connecting-a-GoIP-GSM-VoIP-gateway-to-an-Asterisk-AGI


Thanks!



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
webaccounts173 at jgoe...
Guest





PostPosted: Thu Oct 16, 2014 4:37 am    Post subject: [asterisk-users] Asterisk GOIP Outgoing Callerid not working Reply with quote

You could do a simple pcap trace and analyze the sip protocol to see what is actually
happening. You could also look at the sample sip.conf and the file you are using to check
whether the "Remote Party Identification" and possibly "P-Asserted identity" play a role in the
communication with your service provider.

jg

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
asterisk_list at earth...
Guest





PostPosted: Thu Oct 16, 2014 5:21 am    Post subject: [asterisk-users] Asterisk GOIP Outgoing Callerid not working Reply with quote

On Thursday 16 Oct 2014, Stephan Alz wrote:
Quote:
Hello

I have a simple 1 channel goip gateway
(http://www.voip-info.org/wiki/view/GoIP).

The incoming and outgoing calls work with Asterisk except the caller ID for
the outgoing calls. I think I have exhausted all possible options
regarding setting a caller ID and it still doesn't work. The recipients
will get "private number". The incomings caller ids are work just fine.


First thing to check: Are you sure that your mobile telco actually let you
set your own ident on outgoing calls?


Just because Asterisk requests a particular caller ID, does not mean that the
equipment downstream is necessarily going to honour that request (or even
have any way to do so; Asterisk won't protest if you Set(CALLERID(num)=...)
and then Dial() out through an analogue line). With many telcos, you can only
ident as a number you are entitled to use. If you request a number that isn't
yours, the call will be made anonymously, in accordance with (someone's idea
of) the Principle of Least Surprise.

And with a very few legitimate exceptions, this is entirely Right and Proper.
Subscribers have a reasonable expectation for the number shown on the phone to
be the actual number from which they are being called. If it was any
different, we would have unwanted callers spoofing caller ID right, left and
centre.

--
AJS

Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
stephan008 at gmx.com
Guest





PostPosted: Thu Oct 16, 2014 7:25 am    Post subject: [asterisk-users] Asterisk GOIP Outgoing Callerid not working Reply with quote

Hello

Yes I'm confident that the provider allows this because I tried the simcard in regular phone where both disabling and enabling that callerid is allowed.
Of course I left it on allowed after I removed the card from the phone.

Although the syntax is:

Set(CALLERID(all|name|num|number|ANI|DNID|RDNIS)="CALLER NAME" <CALLER NUMBER>)

Itried all possible combinations like using number in the "name" field as well, still doesn't work. Well I don't think a pcap file would reveal me a lot of what's going on after the packet left the ip network and entered the GSM network.

I think the possibilities are:
1, Device ignoring the callerid coming from asterisk
2, Device doesnt send the callerid properly to the network operator
3, There must be an option in the GOIP gateway to forward the callerid (although it's probably not obvious).

If anybody managed to set this up please post.

Thanks.

Sent: Thursday, October 16, 2014 at 12:21 PM From: "A J Stiles" <asterisk_list@earthshod.co.uk> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Subject: Re: [asterisk-users] Asterisk GOIP Outgoing Callerid not working
On Thursday 16 Oct 2014, Stephan Alz wrote: > Hello > > I have a simple 1 channel goip gateway > (http://www.voip-info.org/wiki/view/GoIP). > > The incoming and outgoing calls work with Asterisk except the caller ID for > the outgoing calls. I think I have exhausted all possible options > regarding setting a caller ID and it still doesn't work. The recipients > will get "private number". The incomings caller ids are work just fine. First thing to check: Are you sure that your mobile telco actually let you set your own ident on outgoing calls? Just because Asterisk requests a particular caller ID, does not mean that the equipment downstream is necessarily going to honour that request (or even have any way to do so; Asterisk won't protest if you Set(CALLERID(num)=...) and then Dial() out through an analogue line). With many telcos, you can only ident as a number you are entitled to use. If you request a number that isn't yours, the call will be made anonymously, in accordance with (someone's idea of) the Principle of Least Surprise. And with a very few legitimate exceptions, this is entirely Right and Proper. Subscribers have a reasonable expectation for the number shown on the phone to be the actual number from which they are being called. If it was any different, we would have unwanted callers spoofing caller ID right, left and centre. -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk . -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
webaccounts173 at jgoe...
Guest





PostPosted: Thu Oct 16, 2014 10:12 am    Post subject: [asterisk-users] Asterisk GOIP Outgoing Callerid not working Reply with quote

One of your jpges showed a combo box close to the bottom with something like "CID Forward Mode".
I think it said Remote Party ID, which may be part of the problem. Whatever you specify here
must be supported by the pbx and I usually look at the pcap traces to check that the necessary
headers actually exist.

jg

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services