[Asterisk-Users] Grandstream CallerID
Philipp Ebneter
mailinglist at ebneter.com
Tue Dec 21 11:46:58 MST 2004
David Ishmael wrote:
>I reloaded using asterisk -rx reload.
>
>-Dave
>
>
>
>
Finally, I could make it work with setup below. I recommend you try to
restart (not just reload) asterisk and your phone after you changed the
configuration.
extension.conf snippet:
[sip_phones]
exten => _ZX,1,NoOp(CALLERID=${CALLERID})
exten => _ZX,2,SetCIDNum(${CALLERIDNUM})
exten => _ZX,3,Dial(SIP/ZX)
and sip.conf snippet:
[42]
type=friend
host=dynamic ; we have a static but private IP address
username=42
secret=****
callerid=Philipp Ebneter <42>
More information about the asterisk-users
mailing list