[asterisk-users] CallerID problem Asterisk 1.4.2

2007-09-24 Thread Peter Kranz
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


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