[Asterisk-Users] Grandstream CallerID
David Ishmael
dishmael at windwardcg.com
Wed Dec 22 15:01:27 MST 2004
I've been working with Grandstream support on the caller ID thing and after
looking at a packet capture using Ethereal, it seems that * is sending the
characters to the phone rather than the number. I've got the following
configured in the extensions.conf file:
exten => s,1,SetCallerID(${CALLERIDNUM}) ; Set the caller ID
exten => s,2,Dial(SIP/1234,15,tTrf) ; Dial our office SIP phone
When I look at the logs, it says that its setting the CID to the number but
Ethereal says otherwise. Any ideas?
Thanks,
Dave
-----Original Message-----
From: Wilson Pickett [mailto:spamsucks2005 at gmail.com]
Sent: Sunday, December 19, 2004 2:29 PM
To: dishmael at windwardcg.com; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] Grandstream CallerID
> I forgot to ask, since the BT100 can't take characters (only numbers), I
> would have assumed that there was a function to extract a number from an
> incoming PSTN CID, is that possible?
Try this
exten => s,5,SetCIDNum(1234)
and see if the phone displays it
More information about the asterisk-users
mailing list