Hi!

>     The other sip server ( here partysip) may have many users registered. It
> is not possible to make every user's entry into extensions.conf. Instead,
> any mechanism where I can replace 192.168.68.6 with a variable that
> represents the 'To' domain will be a great. In simple, I am looking for a
> line in extensions.conf that looks like following.
> exten => _proxy-.,1,Dial(SIP/${EXTEN:6} @ ${DOMAIN})
> 
> *variable DOMAIN is my assumption.

The question is: How does partysip expose its users addresses so that you 
can get them into Asterisk? Using AGI with your favourite script language 
you could extract those data and set the domain variable.

Cheers, Philipp


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to