Re: [asterisk-users] CallerID problem Asterisk 1.4.2

2007-09-24 Thread Bruce Ferrell
try ${CALLERID(all)}

Peter Kranz wrote:
 When receiving inbound calls from a Vonage Softphone extension, I'm unable
 to view/maniupulate calledid data. but it shows up in the CDR records and on
 called handsets.. any ideas?
 
 exten = asda,n,NoOp(callerID is ${CALLERID})
 exten = asda,n,NoOp(CallerID is ${CALLERIDNAME})
 exten = asda,n,NoOp(CallerID is ${CALLERIDNUM})
 
 -- Executing [EMAIL PROTECTED]:2] Wait(SIP/asd1-086775b8, 1) in new 
 stack
 -- Executing [EMAIL PROTECTED]:3] NoOp(SIP/asd-086775b8, callerID is 
 ) in
 new stack
 -- Executing [EMAIL PROTECTED]:4] NoOp(SIP/asd-086775b8, CallerID is 
 ) in
 new stack
 -- Executing [EMAIL PROTECTED]:5] NoOp(SIP/asd-086775b8, CallerID is 
 ) in
 new stack
 
 But CDR data is there.
 
 WIRELESS CALLER
 asd,asd,100,pstn-in,SIP/asd-086775b8,SIP/peter5-08689458,Dial
 ,SIP/peterS
 IP/peter2SIP/peter3SIP/peter4SIP/peter5|25|m,2007-09-24
 11:19:27,2007-09-24 11:19:27,2007-09-24 11:19:44,17,17,ANSWER
 ED,DOCUMENTATION,,1190657967.4165,
 
 Peter Kranz
 Founder/CEO - Unwired Ltd
 www.UnwiredLtd.com
 Desk: 510-868-1614 x100
 Mobile: 510-207-
 [EMAIL PROTECTED]
 
 
 
 
 ___
 
 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 
 
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] CallerID problem Asterisk 1.4.2

2007-09-24 Thread Eric ManxPower Wieling
Those variables were deprecated in 1.2 and removed in 1.4.  You should 
read both the 1.2 and 1.4 UPGRADE.txt files.  Also read README.variables.

Peter Kranz wrote:
 When receiving inbound calls from a Vonage Softphone extension, I'm unable
 to view/maniupulate calledid data. but it shows up in the CDR records and on
 called handsets.. any ideas?
 
 exten = asda,n,NoOp(callerID is ${CALLERID})
 exten = asda,n,NoOp(CallerID is ${CALLERIDNAME})
 exten = asda,n,NoOp(CallerID is ${CALLERIDNUM})
 
 -- Executing [EMAIL PROTECTED]:2] Wait(SIP/asd1-086775b8, 1) in new 
 stack
 -- Executing [EMAIL PROTECTED]:3] NoOp(SIP/asd-086775b8, callerID is 
 ) in
 new stack
 -- Executing [EMAIL PROTECTED]:4] NoOp(SIP/asd-086775b8, CallerID is 
 ) in
 new stack
 -- Executing [EMAIL PROTECTED]:5] NoOp(SIP/asd-086775b8, CallerID is 
 ) in
 new stack
 
 But CDR data is there.
 
 WIRELESS CALLER
 asd,asd,100,pstn-in,SIP/asd-086775b8,SIP/peter5-08689458,Dial
 ,SIP/peterS
 IP/peter2SIP/peter3SIP/peter4SIP/peter5|25|m,2007-09-24
 11:19:27,2007-09-24 11:19:27,2007-09-24 11:19:44,17,17,ANSWER
 ED,DOCUMENTATION,,1190657967.4165,

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] CallerID problem Asterisk 1.4.2

2007-09-24 Thread Richard Lyman
Peter Kranz wrote:
 When receiving inbound calls from a Vonage Softphone extension, I'm unable
 to view/maniupulate calledid data. but it shows up in the CDR records and on
 called handsets.. any ideas?

 exten = asda,n,NoOp(callerID is ${CALLERID})
 exten = asda,n,NoOp(CallerID is ${CALLERIDNAME})
 exten = asda,n,NoOp(CallerID is ${CALLERIDNUM})
   
read the UPGRADE.txt, it mentions that callerid is standardized as

basically, you need to change to CALLERID(num) or (name) or etc...

you should be able to do a 'core show function callerid' on the CLI




___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] CallerID Problem

2006-02-01 Thread Jason Adams
Have you tried this:

exten = _9.,1,Set(CALLERID(num)=MAINNUMBER)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Richardson
Sent: Wednesday, February 01, 2006 12:47 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] CallerID Problem

Hey,

I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box
connects to it using SIP. The asterisk version is 1.2.0.

In my sip.conf, I set callerid=First Last exten

When I make a an outbound call with the following macro:

exten = _9.,1,Dial(SIP/${EXTEN}@ROUTER,,w)
exten = _9.,2,Congestion()

The caller id is set to the extension that's defined in sip.conf.

If I try something like:

exten = _9.,1,Set(CALLERID(number)=MAINNUMBER)
exten = _9.,2,Dial(SIP/${EXTEN}@ROUTER,,w)
exten = _9.,3,Congestion()

I get the following error:

-- Got SIP response 488 Not Acceptable Media back from ROUTER

It all works fine if I don't set the caller id.. Any ideas on why this
may be happening?

Thanks.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] CallerID Problem

2006-02-01 Thread Gary Richardson
Num and Number are aliases, I believe.

I just tried it and I got the same error..

Thanks.

On 2/1/06, Jason Adams [EMAIL PROTECTED] wrote:
 Have you tried this:

 exten = _9.,1,Set(CALLERID(num)=MAINNUMBER)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Gary
 Richardson
 Sent: Wednesday, February 01, 2006 12:47 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [Asterisk-Users] CallerID Problem

 Hey,

 I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box
 connects to it using SIP. The asterisk version is 1.2.0.

 In my sip.conf, I set callerid=First Last exten

 When I make a an outbound call with the following macro:

 exten = _9.,1,Dial(SIP/${EXTEN}@ROUTER,,w)
 exten = _9.,2,Congestion()

 The caller id is set to the extension that's defined in sip.conf.

 If I try something like:

 exten = _9.,1,Set(CALLERID(number)=MAINNUMBER)
 exten = _9.,2,Dial(SIP/${EXTEN}@ROUTER,,w)
 exten = _9.,3,Congestion()

 I get the following error:

 -- Got SIP response 488 Not Acceptable Media back from ROUTER

 It all works fine if I don't set the caller id.. Any ideas on why this
 may be happening?

 Thanks.
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] CallerID problem

2005-02-24 Thread Robert Webb
On Thu, 24 Feb 2005 12:55:31 -0600
 Anton Krall [EMAIL PROTECTED] wrote:
Guys...
Ive been having problems with my callerid and I have no 
more clues as to
what I could be.. dates and times stamped on voicemail 
and info received on
the phones display are off by +6 hours and also the date 
for example today
is Jan 02 :)

What can I do to modify this?
__
Anton Krall
Not to state the obvious, but have you checked the 
date/time on the server and the timezone settings??

Robert
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] CallerID problem

2005-02-24 Thread Dennis Webb




Your phones should have a timezone or GMT offset setting. It appears your in the Central zone so set it to -6. Also, setup a NTP server and have your phones sync with it. I find it works fine to use the * server for the NTP server.

On Thu, 2005-02-24 at 12:55, Anton Krall wrote:

Guys...
 
Ive been having problems with my callerid and I have no more clues as to
what I could be.. dates and times stamped on voicemail and info received on
the phones display are off by +6 hours and also the date for example today
is Jan 02 :)
 
What can I do to modify this?
 
__
Anton Krall

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] CallerID problem

2005-02-24 Thread Anton Krall
:) heehhehehe not that newbie :)

At least for linux :) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Webb
Sent: Jueves, 24 de Febrero de 2005 12:54 p.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] CallerID problem


On Thu, 24 Feb 2005 12:55:31 -0600
  Anton Krall [EMAIL PROTECTED] wrote:
 Guys...
 
 Ive been having problems with my callerid and I have no more clues as 
to  what I could be.. dates and times stamped on voicemail and info 
received on  the phones display are off by +6 hours and also the date 
for example today  is Jan 02 :)
 
 What can I do to modify this?
 
 __
 Anton Krall

Not to state the obvious, but have you checked the date/time on the server
and the timezone settings??

Robert
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] CallerID problem

2005-02-24 Thread Anton Krall



thats weird.. I just reviewed the handytones 286 config and 
timezone IS set to chicago -6 so what the hell?



From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Dennis 
WebbSent: Jueves, 24 de Febrero de 2005 01:00 p.m.To: 
Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: 
[Asterisk-Users] CallerID problem
Your phones should have a timezone or GMT offset setting. It 
appears your in the Central zone so set it to -6. Also, setup a NTP server 
and have your phones sync with it. I find it works fine to use the * 
server for the NTP server.On Thu, 2005-02-24 at 12:55, Anton Krall 
wrote: 
Guys...
 
Ive been having problems with my callerid and I have no more clues as to
what I could be.. dates and times stamped on voicemail and info received on
the phones display are off by +6 hours and also the date for example today
is Jan 02 :)
 
What can I do to modify this?
 
__
Anton Krall

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] callerid problem...zaptel ppl

2003-11-23 Thread Andrew Kohlsmith
 i am having callerid problems with *. i have the
 callerid from my telco and it shows up in my normal
 phone when i connect it directly to the line but if i
 connect the same phone thru * server the callerid is
 not shown. i am using X101p and tdm400p. i have
 everything defined in my zapata.conf well and fine. i
 finally came to conclusion that this might have
 happened due to the registration of country with
 zaptel in the zaptel.conf. i am in nepal. if anyone
 could help, that would be great.

I have a friend with two phone lines (Bell Canada) -- both with CID, both 
plugged in to their own X101P card.  One line gets CID just fine, the other 
has problems (1 in 6 calls have CID come through for *).  A regular old 
phone in either picks up CID every time.

Swap the lines so that they're going into the other X101P; problem stays 
with line.  Change cabling up to demarc, no change in problem.

The only thing I can come up with is that the FSK softmodem in * is a little 
too strict, and the one line is a little too loose.  :-)

Regards,
Andrew
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] callerid problem...zaptel ppl

2003-11-23 Thread C M

--- Andrew Kohlsmith [EMAIL PROTECTED]
wrote:
  i am having callerid problems with *. i have the
  callerid from my telco and it shows up in my
 normal
  phone when i connect it directly to the line but
 if i
  connect the same phone thru * server the callerid
 is
  not shown. i am using X101p and tdm400p. i have
  everything defined in my zapata.conf well and
 fine. i
  finally came to conclusion that this might have
  happened due to the registration of country with
  zaptel in the zaptel.conf. i am in nepal. if
 anyone
  could help, that would be great.
 
 I have a friend with two phone lines (Bell Canada)
 -- both with CID, both 
 plugged in to their own X101P card.  One line gets
 CID just fine, the other 
 has problems (1 in 6 calls have CID come through for
 *).  A regular old 
 phone in either picks up CID every time.

i can't get callerid in anyway thru *.

 
 Swap the lines so that they're going into the other
 X101P; problem stays 
 with line.  Change cabling up to demarc, no change
 in problem.
 

whats demarc? can u explain more?

 The only thing I can come up with is that the FSK
 softmodem in * is a little 
 too strict, and the one line is a little too loose. 
 :-)
 

with throrough readings and more, i found that there
is a caller id program which could be used to check if
my modem supports the callerid format coming from the
telco. my zaptel modem doesnot seems to detected by
linux as a modem. how can i find in which port my
modem(X101P) is installed? /dev/ttys0 once this is
achieved i can tweak some portions in callerid.c to
work with our countrys format.

the format i guess is similar to UK...callerid comes
before the first ring???

 Regards,
 Andrew
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]

http://lists.digium.com/mailman/listinfo/asterisk-users


=
Designs

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] callerid problem...zaptel ppl

2003-11-23 Thread Steven Critchfield
On Sun, 2003-11-23 at 08:52, Andrew Kohlsmith wrote:
  i am having callerid problems with *. i have the
  callerid from my telco and it shows up in my normal
  phone when i connect it directly to the line but if i
  connect the same phone thru * server the callerid is
  not shown. i am using X101p and tdm400p. i have
  everything defined in my zapata.conf well and fine. i
  finally came to conclusion that this might have
  happened due to the registration of country with
  zaptel in the zaptel.conf. i am in nepal. if anyone
  could help, that would be great.
 
 I have a friend with two phone lines (Bell Canada) -- both with CID, both 
 plugged in to their own X101P card.  One line gets CID just fine, the other 
 has problems (1 in 6 calls have CID come through for *).  A regular old 
 phone in either picks up CID every time.
 
 Swap the lines so that they're going into the other X101P; problem stays 
 with line.  Change cabling up to demarc, no change in problem.
 
 The only thing I can come up with is that the FSK softmodem in * is a little 
 too strict, and the one line is a little too loose.  :-)

If the problem stays with the line, have you noticed any other
differences with the line? 

Just guessing here, hopefully this will give you ideas to move forward
on. There is a zapmonitor app that comes with the zapata library, it
dumps the raw audio from the line to the soundcard. Try using it to
verify if the callerid spill happens where the library is expecting it
too every time. I think on my mothers Bellsouth line her callerid
sometimes doesn't get sent till into the 3rd ring. This would possibly
cause problems as I think asterisk is set to start extension processing
after the 2nd ring. So if this is the problem, you may be able to alter
asterisk to wait for callerid spill. 

Hope this helps.
-- 
Steven Critchfield [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] callerid problem...zaptel ppl

2003-11-23 Thread Andrew Kohlsmith
 i can't get callerid in anyway thru *.

If * can't get it how do you think you're phone's gonna get it if it's 
conneected via *?

 whats demarc? can u explain more?

point of demarcation -- where the telco says anything up to this exact 
spot, we'll look after and take responsibility for.  Anything after is your 
problem.  Usually a box in the basement or on the outside wall of your 
house.  

The first place I look for trouble related to lines is to disconnect 
everything on my side of the demarc and hook the * box up there directly.  
If it still don't work then you've eliminated a LOT of head-scratching.

 with throrough readings and more, i found that there
 is a caller id program which could be used to check if
 my modem supports the callerid format coming from the
 telco. my zaptel modem doesnot seems to detected by
 linux as a modem. how can i find in which port my
 modem(X101P) is installed? /dev/ttys0 once this is
 achieved i can tweak some portions in callerid.c to
 work with our countrys format.

It's a glorified softmodem.  You don't do that.  Start up * with -gc and 
look at the console when a call comes in.  It should come between the first 
and second rings.  (I'm speaking of North America here).

 the format i guess is similar to UK...callerid comes
 before the first ring???

UK CID is not detected by * at this time, which is what all that 
free-running FSK modem process talk was about.

Regards,
Andrew
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users