Re: [asterisk-users] CallerID presentation - presentation prohibited but still passing number

2021-03-11 Thread Naveen Albert
On 3/11/2021 2:50 PM, Mike wrote: Thank you for taking the time. I believe you misunderstood my question. Callerid presence is passed perfectly already, as shown through Verbose commands on both sides of the SIP call. I should have mentioned before that the scenario I mentioned was with IAX2

Re: [asterisk-users] CallerID presentation - presentation prohibited but still passing number

2021-03-11 Thread phreak
I've been able to pass presentation status between tandems without needing to do anything explicitly. This seems to be part of the Caller ID that is transmitted without explicit intervention. Have you tested without using the u option? I've never used the u option and not had issues with

Re: [asterisk-users] CallerID presentation - presentation prohibited but still passing number

2021-03-11 Thread Mike
THANK YOU! Case closed, that was indeed the problem. Michael From: asterisk-users On Behalf Of Joshua C. Colp Sent: March 11, 2021 15:52 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] CallerID presentation - presentation prohibited but still

Re: [asterisk-users] CallerID presentation - presentation prohibited but still passing number

2021-03-11 Thread Joshua C. Colp
On Thu, Mar 11, 2021 at 4:50 PM Mike wrote: > Thank you for taking the time. I believe you misunderstood my question. > Callerid presence is passed perfectly already, as shown through Verbose > commands on both sides of the SIP call. The CALLERID name and numbers > aren't passed properly ONLY

Re: [asterisk-users] CallerID presentation - presentation prohibited but still passing number

2021-03-11 Thread Mike
sue. (Not sure why I had these options) -Original Message- From: phr...@phreaknet.org Sent: March 11, 2021 15:33 To: Mike ; asterisk-users@lists.digium.com Subject: Re: [asterisk-users] CallerID presentation - presentation prohibited but still passing number I've been able to pass

Re: [asterisk-users] CallerID fail with Voicetrading operator

2020-06-19 Thread Administrator
Hi Antony Le 18/06/2020 à 20:19, Antony Stone a écrit : On Thursday 18 June 2020 at 19:57:03, Administrator wrote: does some people here use https://voicetrading.com which is a Dellmont service from Netherlands. At the high begining they were also known as Finarea (CH and DE mixed Co)

Re: [asterisk-users] CallerID fail with Voicetrading operator

2020-06-18 Thread Michel FACERIAS
Hi. You can continue tu use chan_sip on asterisk16. I use it on my own. Have you got any capture of SIP dialog between operator sbc and your ipbx ? ++ Michel Le 2020-06-18 19:57, Administrator a écrit : Hello, does some people here use https://voicetrading.com which is a Dellmont

Re: [asterisk-users] CallerID fail with Voicetrading operator

2020-06-18 Thread Antony Stone
On Thursday 18 June 2020 at 19:57:03, Administrator wrote: > does some people here use https://voicetrading.com which is a Dellmont > service from Netherlands. At the high begining they were also known as > Finarea (CH and DE mixed Co) > Set(CALLERID(num)=+331234356789) and Set(CALLERID(name)=Co

Re: [asterisk-users] CallerID matching failure, possibly bug.

2017-08-02 Thread Joshua Colp
On Wed, Aug 2, 2017, at 08:37 AM, Blank Field wrote: > Hello everyone. > > Seems like i've managed to isolate a troubling behaviour on my asterisk. > CallerID pattern matching does not work on the first try. > > Technical info below: > asterisk*CLI> core show version > Asterisk 14.5.0 built by

Re: [asterisk-users] CallerId presence issue

2017-06-14 Thread Mike
Discussion Subject: Re: [asterisk-users] CallerId presence issue On Wed, Jun 14, 2017 at 10:18:19AM -0400, Mike wrote: > I have a PRI coming in PBX_A and PBX_A is connected to PBX_B via SIP. > PBX_A gets PRI calls on a 4 port Digium card, and each call naturally > has its own caller

Re: [asterisk-users] CallerId presence issue

2017-06-14 Thread Daniel Tryba
On Wed, Jun 14, 2017 at 10:18:19AM -0400, Mike wrote: > I have a PRI coming in PBX_A and PBX_A is connected to PBX_B via SIP. > PBX_A gets PRI calls on a 4 port Digium card, and each call naturally has > its own callerid values and presence. I pass on those calls to PBX_B via > SI, and I'm trying

Re: [asterisk-users] CallerId presence issue

2017-06-14 Thread Mike
Actually, a correction: the callerid isn't passed on properly either: on SIP_B I get "Anonymous " instead of " <514-555-1234>" that my dial app is sending. The exact dial command that is used, once variables are evaluated, is this: Dial(SIP/pbx3/555,,f(""

Re: [asterisk-users] CALLERID on pjsip doesn't work?

2016-07-05 Thread Andrew Ivins
Thanks Joshua. That did the trick. On 4 July 2016 at 19:18, Joshua Colp wrote: > Andrew Ivins wrote: > >> On 1 July 2016 at 17:41, Joshua Colp > > wrote: >> >> >> exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) >>

Re: [asterisk-users] CALLERID on pjsip doesn't work?

2016-07-04 Thread Joshua Colp
Andrew Ivins wrote: On 1 July 2016 at 17:41, Joshua Colp > wrote: exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) same => n,Dial(PJSIP/phone123, 30) Your exten line has no priority, is that how it is in your dialplan?

Re: [asterisk-users] CALLERID on pjsip doesn't work?

2016-07-03 Thread Andrew Ivins
On 1 July 2016 at 17:41, Joshua Colp wrote: > > >> exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) >> same => n,Dial(PJSIP/phone123, 30) >> > > Your exten line has no priority, is that how it is in your dialplan? > Actually no, I stole that line from an earlier email to

Re: [asterisk-users] CALLERID on pjsip doesn't work?

2016-07-01 Thread Joshua Colp
Andrew Ivins wrote: Asterisk 13.8 Is CALLERID(all) supposed to wok for pjsip? When I do this: exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) same => n,Dial(PJSIP/phone123, 30) Your exten line has no priority, is that how it is in your dialplan? If not you can isolate things a bit

Re: [asterisk-users] CALLERID(ani2) inserting

2015-01-22 Thread Ishfaq Malik
Hi According to this: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Variables It is read only. On 22 January 2015 at 16:22, CDR vene...@gmail.com wrote: I checked https://wiki.asterisk.org/wiki/display/AST/Manipulating+Party+ID+Information But I cannot find a way

Re: [asterisk-users] CALLERID(num) and CDR(clid) - originate

2014-10-20 Thread Gabriel Ortiz Lour
All right Matt, thanks 2014-10-03 5:37 GMT-03:00 Matthew Jordan mjor...@digium.com: On Wed, Oct 1, 2014 at 8:00 AM, Gabriel Ortiz Lour ortiz.ad...@gmail.com wrote: Hello, A question on channel originating (call files and AMI Originate): How can I change the CALLERID(num) var

Re: [asterisk-users] CALLERID(num) and CDR(clid) - originate

2014-10-03 Thread Matthew Jordan
On Wed, Oct 1, 2014 at 8:00 AM, Gabriel Ortiz Lour ortiz.ad...@gmail.com wrote: Hello, A question on channel originating (call files and AMI Originate): How can I change the CALLERID(num) var (because of the E1 provider needs), but having another númber (the original one) stored on the

Re: [asterisk-users] callerid overwrite

2014-01-30 Thread motty cruz
look like the issue continues, I am unable to overwrite callerid from sip.conf in extensions.conf, In sip.conf under [general] trustrpid = no should i change it to yes? Thanks On Tue, Jan 28, 2014 at 1:06 PM, motty cruz motty.c...@gmail.com wrote: Thank you for your reply, I updated

Re: [asterisk-users] callerid overwrite

2014-01-30 Thread Justin Hester
Howdy, Before changing any configuration I would highly recommend reading through the entry in the sample file. Trust remote party ID may be set to 'no' for a very good reason on your PBX, please take care to understand why it should be changed before doing so. Before digging into that though,

Re: [asterisk-users] callerid overwrite

2014-01-28 Thread Andres
On 1/28/14, 1:55 PM, motty cruz wrote: Hi all, I'm having issues with overwrite caller id, when I call someone my caller id should be mycompanyinc but instead my id shows up as my extension number 101. this is what i have in sip.conf [101] type=friend context=sipphones call-limit=99

Re: [asterisk-users] callerid overwrite

2014-01-28 Thread Chad Wallace
On Tue, 28 Jan 2014 10:55:58 -0800 motty cruz motty.c...@gmail.com wrote: this is what i have in extensions.conf [outbound] exten = _91NXXNXX,1,Set(CALLERID(num)=mycompanyinc) exten = _91NXXNXX,2,Dial(SIP/att/${EXTEN:1},80) exten = _9NXX,1,Set(CALLERID(num)=mycompanyinc) exten =

Re: [asterisk-users] callerid overwrite

2014-01-28 Thread motty cruz
Thank you for your reply, I updated extensions.conf file to reflect your suggestion, I will monitor Asterisk for any more issues, Thanks, On Tue, Jan 28, 2014 at 11:23 AM, Andres and...@telesip.net wrote: On 1/28/14, 1:55 PM, motty cruz wrote: Hi all, I'm having issues with overwrite

Re: [asterisk-users] CallerID settings

2013-11-04 Thread jg
For outgoing calls you can write additional information into the userfield, or you can define your own additional fields using an adaptive-odbc setup. For ISDN and POTS channels you can typically set the callerid (just the number) for outgoing calls only to those numbers given to you by your

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-05 Thread Karsten Wemheuer
Hi, Am Montag, den 04.02.2013, 14:45 +0100 schrieb Jonas Kellens: Hello, thanks you for your answer. The IP-phones in this case are Yealink T32G. What setting is needed in this IP-phone ? as Kevin already written, set this in asterisk: sendrpid=pai trustrpid=yes I don't

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-04 Thread Steven Howes
On 4 Feb 2013, at 12:53, Jonas Kellens wrote: I call with my cellphone to our public telephone number Our receptionist answers the incoming call and does an attended transfer to my colleague ( A ) Colleague answers and the receptionist tells him that I am on the other side. Receptionist

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-04 Thread Jonas Kellens
Hello, thanks you for your answer. The IP-phones in this case are Yealink T32G. What setting is needed in this IP-phone ? Jonas. On 02/04/2013 02:29 PM, Steven Howes wrote: On 4 Feb 2013, at 12:53, Jonas Kellens wrote: I call with my cellphone to our public telephone number Our

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-04 Thread Steven Howes
On 4 Feb 2013, at 13:45, Jonas Kellens wrote: The IP-phones in this case are Yealink T32G. What setting is needed in this IP-phone ? Quick google doesn't turn up any results. Handsets probably dont support it. Steve-- _ --

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-04 Thread Jonas Kellens
Hello, and is there any setting in Asterisk to turn this functionality on/off ? Maybe mine is not enabled. Jonas On 02/04/2013 03:30 PM, Steven Howes wrote: On 4 Feb 2013, at 13:45, Jonas Kellens wrote: The IP-phones in this case are Yealink T32G. What setting is needed in this IP-phone

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-04 Thread Kevin Larsen
08:31 AM Subject:Re: [asterisk-users] CallerID external call after Attended Transfer Sent by:asterisk-users-boun...@lists.digium.com On 4 Feb 2013, at 13:45, Jonas Kellens wrote: The IP-phones in this case are Yealink T32G. What setting is needed in this IP-phone ? Quick google

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-04 Thread Frank
Howes steve-li...@geekinter.net To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com, Date: 02/04/2013 08:31 AM Subject: Re: [asterisk-users] CallerID external call after Attended Transfer Sent by: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] CallerID external call after Attended Transfer

2013-02-04 Thread Kevin Larsen
. Kevin Larsen - Systems Analyst - Pioneer Balloon - Ph: 316-688-8208 From: Frank fr...@efirehouse.com To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com, Date: 02/04/2013 09:47 AM Subject:Re: [asterisk-users] CallerID external call after

Re: [asterisk-users] callerid not received from dahdi

2012-12-11 Thread Shaun Ruffell
On Tue, Dec 11, 2012 at 10:07:42AM +0530, Harish Mandowara wrote: Hi, Thank you for your reply. 77 ext. number is connected with my asterisk. so any one want to talk with jitsi(pc), they have to dial 77 then 2000#(jitsi sip user number). my pbx is sending callerid. i can see on other

Re: [asterisk-users] callerid not received from dahdi

2012-12-10 Thread Christopher Harrington
From the last time you sent this to the list, here's the response from Richard Mudgett rmudg...@digium.com... my scenario is below analog phone (10 to 99)-- pbx--(77)asterisk jitsi(2000) i have analog telephone interface numbered 77 attached with asterisk and other sip

Re: [asterisk-users] callerid not received from dahdi

2012-12-10 Thread Harish Mandowara
Hi, Thank you for your reply. 77 ext. number is connected with my asterisk. so any one want to talk with jitsi(pc), they have to dial 77 then 2000#(jitsi sip user number). my pbx is sending callerid. i can see on other analog phone display. Yes pbx is sending callerid. When i dial any ext.

Re: [asterisk-users] callerid not received from dahdi

2012-11-30 Thread Shaun Ruffell
On Fri, Nov 30, 2012 at 04:54:28PM +0530, Harish Mandowara wrote: Do not bother about below message. That is auto-generated by my mail server. [snip] --- This

Re: [asterisk-users] callerid not received from dahdi

2012-11-30 Thread Richard Mudgett
my scenario is below analog phone (10 to 99)-- pbx--(77)asterisk jitsi(2000) i have analog telephone interface numbered 77 attached with asterisk and other sip user is 2000 on jitsi. I can call from any number from 10 to 99(in intercom) on 77 and ivr response will

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-12-03 Thread Olivier
Hello, Revisiting this old thread, following Richard's suggestion, I modified Asterisk config so that it would set RDNIS for every forwarded call. I kept at hand, the results gathered in another test session : the output of a successful call (with appropriate CallerID) and the output of an

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-10 Thread giovanni.v
Il 09/11/2011 17.37, Richard Mudgett ha scritto: You would then use the DAHDISendCallreroutingFacility application*before* you answer the call to forward/deflect the incoming call back to the network. I think Answer makes no sense at all because the network will redirect then continue to

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-09 Thread Richard Mudgett
As promised, here is a follow up on my quest to get CallerID correctly presented when forwarding calls to cellphones. Here is a reminder of the issue at hand: Alice (GSM handset) calls Bob (ISDN-connected Asterisk extension) which forwards to Cory (GSM handset) What I

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-09 Thread Olivier
2011/11/9 Richard Mudgett rmudg...@digium.com As promised, here is a follow up on my quest to get CallerID correctly presented when forwarding calls to cellphones. Here is a reminder of the issue at hand: Alice (GSM handset) calls Bob (ISDN-connected Asterisk

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-09 Thread Richard Mudgett
2. As I feel specically new to this RDNIS concept, how should I set CALLERID(RDNIS), before or after Answer() statement ? It does not matter in this case. Asterisk v1.6.1 will keep both legs of the call anyway. If you ultimately want to get the call entirely off of your Asterisk

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-08 Thread Olivier
Hi, As promised, here is a follow up on my quest to get CallerID correctly presented when forwarding calls to cellphones. Here is a reminder of the issue at hand: Alice (GSM handset) calls Bob (ISDN-connected Asterisk extension) which forwards to Cory (GSM handset) What I would like to get is

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-08 Thread Richard Mudgett
As promised, here is a follow up on my quest to get CallerID correctly presented when forwarding calls to cellphones. Here is a reminder of the issue at hand: Alice (GSM handset) calls Bob (ISDN-connected Asterisk extension) which forwards to Cory (GSM handset) What I would like to get

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-08 Thread Olivier
2011/11/8 Richard Mudgett rmudg...@digium.com As promised, here is a follow up on my quest to get CallerID correctly presented when forwarding calls to cellphones. Here is a reminder of the issue at hand: Alice (GSM handset) calls Bob (ISDN-connected Asterisk extension) which

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-08 Thread Richard Mudgett
As promised, here is a follow up on my quest to get CallerID correctly presented when forwarding calls to cellphones. Here is a reminder of the issue at hand: Alice (GSM handset) calls Bob (ISDN-connected Asterisk extension) which forwards to Cory (GSM handset) What I would like

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-08 Thread Olivier
2011/11/8 Richard Mudgett rmudg...@digium.com As promised, here is a follow up on my quest to get CallerID correctly presented when forwarding calls to cellphones. Here is a reminder of the issue at hand: Alice (GSM handset) calls Bob (ISDN-connected Asterisk extension)

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-05 Thread giovanni.v
Il 04/11/2011 9.32, Olivier ha scritto: I don't know how Telcos manage their networks. I would have naturally thought that going from one point to another in this network would always pass through the same set of equipements. It was ... about 30 (or more) years ago, today most moved from

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-04 Thread Olivier
2011/11/3 Danny Nicholas da...@debsinc.com snip [callbob] Exten = _XX.,1,answer Exten = _XX.,n,Set(CALLERID(num)=${EXTEN}) Exten = _XX.,n,Dial(DAHDI/1/5551212,30) From memory, I did it this way : Exten = _XX.,1,Set(CALLERID(num)=whatever) Exten = _XX.,n,answer Exten =

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-04 Thread Danny Nicholas
:33 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks 2011/11/3 Danny Nicholas da...@debsinc.com snip [callbob] Exten = _XX.,1,answer Exten = _XX.,n,Set(CALLERID(num)=${EXTEN

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-04 Thread Olivier
2011/11/4 Danny Nicholas da...@debsinc.com When you say 2/3 of calls, is there an inconsistency to the same recipient or could it be a carrier issue (Verizon only, T-Mobile only, etc.)? When we tested, calls were originated by 32 different cellphones to a unique ISDN-connected Asterisk

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-03 Thread Olivier
Hi, I'm still strugling with my CallerID presentation problem. Let me remind it : My setup is: Alice cellphone --GSMISDN-- Asterisk -- ISDN GSM-- Bob cellphone Ive configured Asterisk so that whenever Bob forwards its incoming call to its cellphone, the later phone should present

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-03 Thread Danny Nicholas
- Non-Commercial Discussion Subject: Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks Hi, I'm still strugling with my CallerID presentation problem. Let me remind it : My setup is: Alice cellphone --GSMISDN-- Asterisk -- ISDN GSM-- Bob cellphone Ive

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-03 Thread Olivier
...@lists.digium.com] *On Behalf Of *Olivier *Sent:* Thursday, November 03, 2011 8:14 AM *To:* Asterisk Users Mailing List - Non-Commercial Discussion *Subject:* Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks ** ** Hi, I'm still strugling with my CallerID

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-03 Thread Danny Nicholas
...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Olivier Sent: Thursday, November 03, 2011 8:14 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks Hi, I'm still strugling

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-03 Thread Eric Wieling
Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks Something like this? [callbob] Exten = start,1,answer Exten = start,n,Dial(DAHDI/1/5551212,30) If that is the case, Bob should always get the Caller ID

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-11-03 Thread Danny Nicholas
-Commercial Discussion Subject: Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks In your example the CallerID number will always be start. Not what he is looking for. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users

Re: [asterisk-users] ${CALLERID(num)} after doing transfer from extension to extension

2011-10-24 Thread Sammy Govind
Set CDR(destination) or whichever field you need to get recorded in CDRs to get your desired stats. On Mon, Oct 24, 2011 at 2:19 PM, bilal ghayyad bilmar...@yahoo.com wrote: Hi All; As I am using the ${CALLERID(num)} to be part of the filename that I am recording it, I am facing the

Re: [asterisk-users] ${CALLERID(num)} after doing transfer from extension to extension

2011-10-24 Thread A J Stiles
On Monday 24 October 2011, bilal ghayyad wrote: If the incoming call (via PSTN) reached for an extension (which is the reception), and then the extension transferred the call to the proper person, and we need to do recording for the call at this proper person, the problem that at this point

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-10-14 Thread Daniel Tryba
On Thu, Oct 13, 2011 at 12:37:28AM +0200, Andreas Sikkema wrote: So normally calls to these destinations have nice caller id as if A was calling C (at least that's what C sees in their display) but every now and then I flow over to the alternative route and the information is lost, C doesn't

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-10-12 Thread Andreas Sikkema
On 10/11/11 8:10 PM, Olivier wrote: I'll start a test session in a couple of minutes and report here. The strangest things is this inconsistency: I can imagine million of reasons why a number is not presented but I can't think of any explaining why it would change in a couple of hours.

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-10-11 Thread Warren Selby
On Tue, Oct 11, 2011 at 11:06 AM, Olivier oza_4...@yahoo.fr wrote: Hi, I'm facing a strange problem. My setup is: Alice cellphone --GSMISDN-- Asterisk -- ISDN GSM-- Bob cellphone When Alice calls Asterisk which forwards the incoming call to Bob, sometimes Bob sees Alice's

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-10-11 Thread A J Stiles
On Tuesday 11 October 2011, Olivier wrote: Hi, I'm facing a strange problem. My setup is: Alice cellphone --GSMISDN-- Asterisk -- ISDN GSM-- Bob cellphone When Alice calls Asterisk which forwards the incoming call to Bob, sometimes Bob sees Alice's number, sometimes he sees a

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-10-11 Thread Olivier
2011/10/11 Warren Selby wcse...@selbytech.com On Tue, Oct 11, 2011 at 11:06 AM, Olivier oza_4...@yahoo.fr wrote: Hi, I'm facing a strange problem. My setup is: Alice cellphone --GSMISDN-- Asterisk -- ISDN GSM-- Bob cellphone When Alice calls Asterisk which forwards the incoming

Re: [asterisk-users] CallerID inconsistently presented through ISDN/cellular networks

2011-10-11 Thread Olivier
2011/10/11 A J Stiles asterisk_l...@earthshod.co.uk On Tuesday 11 October 2011, Olivier wrote: Hi, I'm facing a strange problem. My setup is: Alice cellphone --GSMISDN-- Asterisk -- ISDN GSM-- Bob cellphone When Alice calls Asterisk which forwards the incoming call to

Re: [asterisk-users] Callerid issue

2011-06-10 Thread A J Stiles
On Friday 10 Jun 2011, mahesh katta wrote: Hi, I have 44578900 to 44578999 DID's. and I have extensions(100) for this DID's. but problem is callerid Extensions 44578900 100 44578901 101 44578902 102 44578902 103 44578903 104 44578905 200 44578906

Re: [asterisk-users] Callerid issue

2011-06-10 Thread Steve Totaro
On Fri, Jun 10, 2011 at 5:35 AM, mahesh katta maheshka...@flexydial.com wrote: Hi, I have 44578900 to 44578999 DID's. and I have extensions(100) for this DID's. but problem is callerid   Extensions 44578900  100 44578901  101 44578902  102 44578902  103 44578903

Re: [asterisk-users] Callerid issue

2011-06-10 Thread Steve Totaro
On Fri, Jun 10, 2011 at 6:27 AM, A J Stiles asterisk_l...@earthshod.co.uk wrote: On Friday 10 Jun 2011, mahesh katta wrote: Hi, I have 44578900 to 44578999 DID's. and I have extensions(100) for this DID's. but problem is callerid           Extensions 44578900      100 44578901      101

Re: [asterisk-users] Callerid issue

2011-06-10 Thread Doug Lytle
Steve Totaro wrote: For each phone, add callerid=Joe Smith1551212 no quotes in sip.conf The problem with that solution is that station to station calls will show the same CID and not the extension. I'd vote for the database approach. Doug -- Ben Franklin quote: Those who would

Re: [asterisk-users] Callerid issue

2011-06-10 Thread A J Stiles
On Friday 10 Jun 2011, Steve Totaro wrote: Why do programmers try to make solution so elegant when an entries for each phone in sip.conf is all that is needed. No need for mathematical formulas, AGIs, and databases. You just took over engineering to a new level. Because doing it your way

Re: [asterisk-users] Callerid issue

2011-06-10 Thread isrlgb
-Commercial Discussion asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Callerid issue On Fri, Jun 10, 2011 at 5:35 AM, mahesh katta maheshka...@flexydial.com wrote: Hi, I have 44578900 to 44578999 DID's. and I have extensions(100) for this DID's. but problem is callerid

Re: [asterisk-users] Callerid issue

2011-06-10 Thread mahesh katta
On Fri, Jun 10, 2011 at 4:00 PM, Steve Totaro stot...@asteriskhelpdesk.comwrote: On Fri, Jun 10, 2011 at 5:35 AM, mahesh katta maheshka...@flexydial.com wrote: Hi, I have 44578900 to 44578999 DID's. and I have extensions(100) for this DID's. but problem is callerid Extensions

Re: [asterisk-users] Callerid issue

2011-06-10 Thread A J Stiles
On Friday 10 Jun 2011, Steve Totaro wrote: I never understood hy people who have block of DIDs in a row choose to make life difficult by not incrementing extensions by one, send caller ID by prepending the common numbers and only sending four digits. Well, to be fair, that's what most people

Re: [asterisk-users] Callerid issue

2011-06-10 Thread mahesh katta
On Fri, Jun 10, 2011 at 5:23 PM, A J Stiles asterisk_l...@earthshod.co.ukwrote: On Friday 10 Jun 2011, Steve Totaro wrote: I never understood hy people who have block of DIDs in a row choose to make life difficult by not incrementing extensions by one, send caller ID by prepending the

Re: [asterisk-users] Callerid issue

2011-06-10 Thread mahesh katta
On Fri, Jun 10, 2011 at 5:23 PM, A J Stiles asterisk_l...@earthshod.co.ukwrote: On Friday 10 Jun 2011, Steve Totaro wrote: I never understood hy people who have block of DIDs in a row choose to make life difficult by not incrementing extensions by one, send caller ID by prepending the

Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-14 Thread Gilles
On Thu, 13 Jan 2011 17:59:10 -0500, Bruce B bruceb...@gmail.com wrote: http://bestof.nerdvittles.com/applications/screenpop/But better thing would be to a have TAPI for outlook to query Outlook contact as well because it allows for making notes on the contact. I am willing to pay for that if it is

Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-14 Thread Bruce B
I tried a lot of these softwares in the past few days and lots of them are just a pile of .. lots of compatibility issues with various versions of Outlook and Windows or simply don't do either of inbound or outbound. However, I have been testing Ingeniussoftware and their product so far works

Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Carlos Chavez Sent: Thursday, January 13, 2011 11:37 AM To: Asterisk Subject: [asterisk-users] CallerID and URL pop up for windows... Anyone has a good

Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Gilles
On Thu, 13 Jan 2011 13:06:36 -0600, Danny Nicholas da...@debsinc.com wrote: Unless you need a canned app, this would be an easy program to develop on your own. The easiest way (IMO) to do this would be to put a small instance of Apache on your Asterisk server and run a CGI program that interfaces

Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gilles Sent: Thursday, January 13, 2011 4:14 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] CallerID and URL pop up for windows... On Thu

Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Bruce B
PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] CallerID and URL pop up for windows... On Thu, 13 Jan 2011 13:06:36 -0600, Danny Nicholas da...@debsinc.com wrote: Unless you need a canned app, this would be an easy program to develop on your own. The easiest way (IMO

Re: [asterisk-users] callerid and user on voicemail

2010-12-27 Thread Oguzhan Kayhan
On Wednesday, December 22, 2010 04:59:42 pm Danny Nicholas wrote: -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Oguzhan Kayhan Sent: Wednesday, December 22, 2010 4:11 AM To: 'Asterisk Users Mailing List -

Re: [asterisk-users] callerid and user on voicemail

2010-12-22 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Oguzhan Kayhan Sent: Wednesday, December 22, 2010 4:11 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] callerid and user

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-24 Thread Olivier
2010/11/20 Olivier oza_4...@yahoo.fr Depending on what telco Charlie is connected to would change the CallerId presented to Charlie from being Alice's or Bob's Cid. When a call is forwarded, Charlie's telco receives different ANI and CID : some (seems to) favor ANI and some CID. An

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio Incantalupo Sent: Friday, November 19, 2010 9:34 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] callerid not forwarded when transferring

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Gopalakrishnan A.N
Please try this in your dialplan Set(CALLERID(name)=${CALLERID(num)}) Some where I tried and it worked with VoIP account A to B as VoIP trunk and B forward the call to C whereas in C A's number will be displayed. If you could paste more details as Danny said that would help the list to assist you

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Gopalakrishnan A.N
Forgot to tell you the version I tried is Asterisk 1.4 with TrixBox, I disabled the caller-id checkbox while creating VoIP trunk then it started working for me.. On Fri, Nov 19, 2010 at 9:21 PM, Gopalakrishnan A.N sai...@gmail.comwrote: Please try this in your dialplan

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Danny Nicholas
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Giorgio Incantalupo Sent: Friday, November 19, 2010 9:54 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] callerid

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Giorgio Incantalupo
Hi Gopalakrishnan A.N, I tried it but it seems like my telco is overwriting the value I set as callerid. Maybe it is possible with Voip providers only. Giorgio Incantalupo Gopalakrishnan A.N wrote: Forgot to tell you the version I tried is Asterisk 1.4 with TrixBox, I disabled the caller-id

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Giorgio Incantalupo
Hi Danny, I'm using Asterisk 1.4 and I'm using SetCallerPres and Set(CALLERID(name)=XX) apps but I always get my telco callerid. Which Asterisk version would you suggest? Thanks! Giorgio Danny Nicholas wrote: -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Gopalakrishnan A.N
I guess it will not work with PSTN lines since the control is transferred to the Exchange. I am not too sure, I am just sharing my thoughts On Fri, Nov 19, 2010 at 9:28 PM, Giorgio Incantalupo gincantal...@fgasoftware.com wrote: Hi Gopalakrishnan A.N, I tried it but it seems like my

Re: [asterisk-users] callerid not forwarded when transferring call from ISDN line to mobile phone via Asterisk

2010-11-19 Thread Olivier
Depending on what telco Charlie is connected to would change the CallerId presented to Charlie from being Alice's or Bob's Cid. When a call is forwarded, Charlie's telco receives different ANI and CID : some (seems to) favor ANI and some CID. An interesting thing to test is to let Bob issue a

Re: [asterisk-users] CallerID from Samsung PBX line on FXO

2010-11-15 Thread Ronny Adsetts
Ira said at 13/11/2010 17:50: At 05:56 AM 11/13/2010, you wrote: John Novack said at 13/11/2010 12:58: Ronny Adsetts wrote: [...] The problem I'm trying to solve at the moment is getting caller ID info passed over to the SIP phones when calls are placed. The exten = s,1,Verbose(1,Samsung

Re: [asterisk-users] CallerID from Samsung PBX line on FXO

2010-11-13 Thread John Novack
Ronny Adsetts wrote: Hi, I've now set up Asterisk to interface with our current Samsung iDCS 100 PBX via an 8SLI analogue extension card in the Samsung and an Openvox A400P04 4-FXO card in the Asterisk box. It all works in that I can place calls in both directions from the office

Re: [asterisk-users] CallerID from Samsung PBX line on FXO

2010-11-13 Thread Ronny Adsetts
John Novack said at 13/11/2010 12:58: Ronny Adsetts wrote: [...] The problem I'm trying to solve at the moment is getting caller ID info passed over to the SIP phones when calls are placed. The caller ID is coming through as 'asterisk' which I assume is the default if nothing is present. So

Re: [asterisk-users] CallerID from Samsung PBX line on FXO

2010-11-13 Thread Ira
At 05:56 AM 11/13/2010, you wrote: John Novack said at 13/11/2010 12:58: Ronny Adsetts wrote: [...] The problem I'm trying to solve at the moment is getting caller ID info passed over to the SIP phones when calls are placed. The exten = s,1,Verbose(1,Samsung 209 ${CALLERID(all)}) And I

Re: [asterisk-users] CallerID from Samsung PBX line on FXO

2010-11-13 Thread John Novack
Ronny Adsetts wrote: John Novack said at 13/11/2010 12:58: Ronny Adsetts wrote: [...] The problem I'm trying to solve at the moment is getting caller ID info passed over to the SIP phones when calls are placed. The caller ID is coming through as 'asterisk' which I assume

Re: [asterisk-users] callerid between 2 asterisk servers

2010-08-04 Thread unserossi
I've got 2 asterisk servers on the same box: ubuntu 10.04 lucid. I have not een able to send useful callerid info between them (callerid becomes serverB). serverA register statement: (serverB has the exact opposite statement) egister = serverA:serverapassw...@ip_of_serverb_nic/serverB

Re: [asterisk-users] callerid between 2 asterisk servers

2010-08-04 Thread jwexler
...@lists.digium.com] On Behalf Of unsero...@aol.com Sent: Wednesday, August 04, 2010 8:53 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] callerid between 2 asterisk servers I've got 2 asterisk servers on the same box: ubuntu 10.04 lucid. I have not been able to send useful

  1   2   3   4   5   6   >