Re: [asterisk-users] Caller ID problem

2012-04-16 Thread Satria Anamarta
Thanks Danny. I test it with blind transfer and hey, you're right, the caller ID passed successfully, but the attended transfer doesn't. What version did you refer to by saying 10.x ? Asterisk? Shoudn't current version of asterisk is 1.x and should move to 2.x instead of a big jump to 10.x ?

Re: [asterisk-users] Caller ID problem

2012-04-16 Thread Arthur Stanfield
Discussion asterisk-users@lists.digium.com Sent: Monday, 16 April, 2012 12:10:27 PM Subject: Re: [asterisk-users] Caller ID problem Thanks Danny. I test it with blind transfer and hey, you're right, the caller ID passed successfully, but the attended transfer doesn't. What version did you refer

Re: [asterisk-users] Caller ID problem

2012-04-16 Thread Satria Anamarta
: [asterisk-users] Caller ID problem Thanks Danny. I test it with blind transfer and hey, you're right, the caller ID passed successfully, but the attended transfer doesn't. What version did you refer to by saying 10.x ? Asterisk? Shoudn't current version of asterisk is 1.x and should move to 2.x

Re: [asterisk-users] Caller ID problem

2012-04-16 Thread Danny Nicholas
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Caller ID problem Hi Arthur, read the article and understand,thanks :) Btw, is there any patch for this problem without need to upgrade to version 10.x ? On 4/16/12, Arthur Stanfield a...@dmcip.com wrote: Hi Anam

Re: [asterisk-users] Caller ID problem

2012-04-15 Thread Danny Nicholas
Do a blind transfer instead of attended transfer - the under the covers changes in 10.X handle this for attended transfers, but to the best of my knowledge, the blind transfer is the only solution in the 1.X tree. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] caller id problem

2009-08-07 Thread Cary Fitch
Yes, the issue(s) is/are: 1. The VOIP provider may be masking the callerID for their own cost allocation reasons. That is some of the issue. 2. Your Asterisk box may forward some of the regular phone line calls with their caller ID. 3. Somehow, the number you want to use may leak through

Re: [asterisk-users] caller id problem

2009-08-07 Thread Terry Nathan
Hi Cary, Thanks for the quick reply :D I get what you're saying. I have a suspicion that it is the telco's fault since every other number that receives a call from my Asterisk box displays the correct number. I'll give setting the caller id another go and play with that. I guess what I am

Re: [asterisk-users] caller id problem

2009-08-07 Thread David Backeberg
On Fri, Aug 7, 2009 at 1:48 PM, Terry Nathantnat...@aiinc.ca wrote: I'm having a weird problem with CallerIDs and I can't tell if it is a problem with Asterisk, the telco, or the VOIP provider I'm using. Basically, I am using Asterisk as a proxy for my cell phone. People call in and the call

Re: [asterisk-users] caller id problem

2009-08-07 Thread Terry Nathan
David Backeberg wrote: On Fri, Aug 7, 2009 at 1:48 PM, Terry Nathantnat...@aiinc.ca wrote: I'm having a weird problem with CallerIDs and I can't tell if it is a problem with Asterisk, the telco, or the VOIP provider I'm using. Basically, I am using Asterisk as a proxy for my cell phone.

Re: [asterisk-users] Caller Id problem

2007-01-09 Thread Jerry Jones
always include a wait before a dial give the callerid time to get into * before dialing, it arrives between the first and second ring, if you have * dial after the first ring it will not be there yet to pass along On Jan 9, 2007, at 12:16 PM, Anton Frolov wrote: Dear List, My problem

Re: [asterisk-users] Caller Id problem

2007-01-09 Thread Yuan LIU
From: Jerry Jones [EMAIL PROTECTED] always include a wait before a dial give the callerid time to get into * before dialing, it arrives between the first and second ring, if you have * dial after the first ring it will not be there yet to pass along Is there a way to count number of

Re: [asterisk-users] Caller Id problem

2007-01-09 Thread Anton Frolov
thanks, Jerry but I don't thinks it's a problem, since I correctly get the CID from external line (moreover, I do some lookup of the received number in my LDAP database and making some decisions based on it). So when I call the Dial function, the CID is present in asterisk for sure. AF. Jerry

Re: [asterisk-users] caller id problem

2006-08-31 Thread hugolivude
You cannot set callerid on POTs lines. You my have more luck if you place your call via a T1 - but it's still up to your carrier. Some VoIP providrs also allow you to set callerid on SIP calls, but you need to check. I fear you'll have a hard time finding a carrier that will allow you to set

Re: [Asterisk-Users] Caller ID problem..

2005-07-01 Thread Sukardi Shahdan
hello all, what i mean is, i make a call from another did number but people receive the pilot number. i don't know how to do :( i try this but nothing happen. exten = _01,1,SetCIDNum(0${CALLERIDNUM}) exten = _01,2,Dial(${TRUNK}/${EXTEN}) please help me.. regards, shahdan

RE: [Asterisk-Users] Caller ID problem..

2005-07-01 Thread Florian Overkamp
Hi, -Original Message- what i mean is, i make a call from another did number but people receive the pilot number. i don't know how to do :( i try this but nothing happen. exten = _01,1,SetCIDNum(0${CALLERIDNUM}) exten = _01,2,Dial(${TRUNK}/${EXTEN})

Re: [Asterisk-Users] Caller ID problem

2005-03-18 Thread James Taylor
Sounds like your provider may be using different carriers for terminiation and some may not support CID as you send it. If it is handed off to a traditional IXC through your PSTN (LEC) connection then they will see whatever number is associated with the billing number (BAN). Your provider

Re: [Asterisk-Users] Caller ID problem

2005-03-17 Thread Bill Petrisko
On Thu, Mar 17, 2005 at 11:59:06AM -0500, Oswaldo Arratia wrote: I send a call with valid caller ID info (areacode+number); my provider gets the call and routes it properly, the end receiver gets the call and does not see the caller ID I sent, they just get 'Unknown Number'. This remains

RE: [Asterisk-Users] Caller ID problem

2005-03-17 Thread Oswaldo Arratia
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Petrisko Sent: Thursday, March 17, 2005 12:12 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Caller ID problem On Thu, Mar 17, 2005 at 11:59:06AM -0500, Oswaldo Arratia wrote: I send a call with valid

RE: [Asterisk-Users] Caller ID problem - SOLVED

2005-03-17 Thread Oswaldo Arratia
-Commercial Discussion Subject: Re: [Asterisk-Users] Caller ID problem On Thu, Mar 17, 2005 at 11:59:06AM -0500, Oswaldo Arratia wrote: I send a call with valid caller ID info (areacode+number); my provider gets the call and routes it properly, the end receiver gets the call and does not see

Re: [Asterisk-Users] caller id problem on incominc call to x100p

2004-07-14 Thread Rich Adamson
when i call asterisk (on x100p) i got this : CLI -- Starting simple switch on 'Zap/7-1' Jul 13 15:03:34 ERROR[311316]: callerid.c:192 callerid_feed: fsk_serie made mylen 0 (-9) Jul 13 15:03:34 WARNING[311316]: chan_zap.c:4735 ss_thread: CallerID feed failed: Success Jul 13 15:03:34

Re: [Asterisk-Users] caller id problem on incominc call to x100p

2004-07-13 Thread matt . riddell
On 13 Jul 2004 at 13:07, Tomaz wrote: hi, when i call asterisk (on x100p) i got this : CLI -- Starting simple switch on 'Zap/7-1' Jul 13 15:03:34 ERROR[311316]: callerid.c:192 callerid_feed: fsk_serie made mylen 0 (-9) Jul 13 15:03:34 WARNING[311316]: chan_zap.c:4735 ss_thread:

Qwest CallerID question re:[Asterisk-Users] Caller ID problem

2003-08-23 Thread John Brown
So after spending about 45 min with several completely clueless qwest people I ask here: ;) Does qwest provision callerid with DTMF or FSK ?? Is there a way to (using butt set or similar) to tell which method is used ? On Sat, Aug 23, 2003 at 03:23:49PM +0300, Dan wrote: Hi, First thing

Re: Qwest CallerID question re:[Asterisk-Users] Caller ID problem

2003-08-23 Thread Ryan Tucker
On Sat, 23 Aug 2003, John Brown wrote: So after spending about 45 min with several completely clueless qwest people I ask here: ;) Does qwest provision callerid with DTMF or FSK ?? Is there a way to (using butt set or similar) to tell which method is used ? Assuming you're in the United

Re: Qwest CallerID question re:[Asterisk-Users] Caller ID problem

2003-08-23 Thread John Brown
Yup, US Based, POTS directly from ILEC (Qwest, USWest, MountainBell) Ok, so either DTMF or data burst.. got it. THanks, off to telco room to play :) On Sat, Aug 23, 2003 at 01:33:10PM -0400, Ryan Tucker wrote: On Sat, 23 Aug 2003, John Brown wrote: So after spending about 45 min with

Re: Qwest CallerID question re:[Asterisk-Users] Caller ID problem

2003-08-23 Thread James Sharp
On my SBC phone, I used to hear a high-pitched chirp before the Call Waiting beep (much like the first chrip of a V.90 modem negotiation tone) when someone called in and I was on the line. Does this mean SBC was using FSK to transmit caller ID on my line? Yup. That's CallerID over Call