Hi,

Is this a known problem with Grandstream Budgetone 100, I could see several people complaining about this but no answers.

Details
----------
1) I am simply trying to go from one SIP extension to another, so the zapata.conf and zaptel.conf entries are irrelavant.
2) I added a NoOp(CALLERID=${CALLERID}), to my dial plan cand could see the Caller ID on the console, so asterisk is aware of the caller ID.
3) All ID's are simply numbers no fancy alphanumeric strings.


I have been looking for a solution for a quite some time and seem to have hit a wall, any pointers would be greatly appreciated.

Thanks,
Amit


sip.conf
------------
[116] ; Extension 1
type = friend context = sip-phone username = 116 fromuser = 116 callerid = "116" <116>
host = 10.0.1.116 nat = no canreinvite=yes dtmfmode = rfc-2833 [EMAIL PROTECTED] disallow=all allow=ulaw allow=alaw




[117]
type = friend ; extension 2
context = sip-phone username = 117 fromuser = 117 callerid = "117" <117>
host = 10.0.1.117 nat = no canreinvite=yes dtmfmode = rfc-2833 [EMAIL PROTECTED] disallow=all allow=ulaw allow=alaw
extensions.conf
----------------------
[macro-exten]
exten => s,1,NoOp(CALLERID=${CALLERID})
exten => s,2,Dial(SIP/${ARG1},20)
exten => s,3,Voicemail(u${ARG1})
exten => s,4,Hangup


[default]
exten => 116,1,Macro(exten,116)
exten => 117,1,Macro(exten,117)



_______________________________________________
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