mohammad mirzaee wrote:
HI ALL;
I have a sip ua (ATA) registered in my asterisk box.I want my astersik box to route all incoming calls from sip ua (A-Z prefix) to h323 GW.
what syntax should I use in extension.conf for routing all prefixes to h323 GW.

Set the context of the sip user to a specific context.

context=sipata

Then create in extensions.conf a context like that with the s exten.

[sipata]
exten => s,1,Dial(the h323 channel name and extension)


--

respectfully, Joseph
--------------------
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
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