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>

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to