[Asterisk-Users] Grandstream and CallerID

Jon Lawrence jon at lawrence.org.uk
Mon Dec 20 08:41:23 MST 2004


On Monday 20 December 2004 14:59, David Ishmael wrote:
> I'm having similar problems with my Grandstream BT-100 SIP phone.  I've
> removed the fromuser=1234 from the sip.conf file but the phone still shows
> 1234 in the display when getting a call.  I can see the incoming PSTN CID
> in the log file but for some reason its not passing this to the phone.  The
> CID looks something like:
>
> "Joe Somebody" <7035551212>
>
> Others have stated that the BT-100 can't take characters, only numbers so I
> would assume there's a function like SetCIDNum(${CALLERID}) to extract the
> number and send it to the BT-100.  Can anyone that has the CallerID working
> post their setup/configs so I can see what I'm doing wrong?
>
I've used SetCallerID(${CALLERIDNUM}) with /gS phones and they display CID 
correctly.

ie:
exten => 2000,1,SetCallerID(${CALLERIDNUM})
exten => 2000,2,Dial(SIP/2000,30,Tt)

Jon



More information about the asterisk-users mailing list