[Asterisk-Users] Grandstream and CallerID

David Ishmael dishmael at windwardcg.com
Mon Dec 20 13:24:32 MST 2004


Jon,

I went in and setup my extensions.conf just like you stated, and I can see
in the incoming call number in the log file but the phone does not display
the number (it's just showing the phone's extension number).  Can you post
your sip.conf context for the GS so I can compare?

-Dave

-----Original Message-----
From: Jon Lawrence [mailto:jon at lawrence.org.uk] 
Sent: Monday, December 20, 2004 9:41 AM
To: dishmael at windwardcg.com; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] Grandstream and CallerID

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