don't forget -- always cc the mailing list.
On 05.11.2009 5:39 Uhr, GEMINORIUM crux wrote:
danial,
i need to use database and also i have to convert protocol
Just give me some answer :
1. is there any other way to convert protocol like : $dP = "udp"; //it also give syntex in that case i can use t_relay();
2. why t_relay_to_udp($var(test))/t_relay_to_udp($rd,$rp); is giving syntax error ? OR Is t_relay_to_udp($var(test))/t_relay_to_udp($rd,$rp) can take input other than static string ?
any suggestion is appreciated.
thanks
On Thu, Nov 5, 2009 at 1:35 PM, Daniel-Constantin Mierla miconda@gmail.comwrote:
On 05.11.2009 10:04 Uhr, GEMINORIUM crux wrote:
you have to build the $du with the transport parameter:
$du = "sip:" + __username__ + "@" + __domain__ + ":" + __port__ + ";transport=" + __transportvalue__;
Replace __xyz__ with appropriate values/variables;
Cheers, Daniel
danial,
it worked !!!
thanks a lot man.
On Thu, Nov 5, 2009 at 3:38 PM, Daniel-Constantin Mierla miconda@gmail.comwrote: