[Kamailio-Users] syntax error

Daniel-Constantin Mierla miconda at gmail.com
Thu Nov 5 08:35:39 CET 2009


don't forget -- always cc the mailing list.


On 05.11.2009 5:39 Uhr, GEMINORIUM crux wrote:
> Daniel,
> i am transferring  tls protocol to udp protocol,
> sorry, i don't mention it.
>
> client <---tls----> kamilio <----udp---> asterisk
>
> thanks for your reply.
>
>
> On Wed, Nov 4, 2009 at 7:38 PM, Daniel-Constantin Mierla 
> <miconda at gmail.com <mailto:miconda at gmail.com>> wrote:
>
>     Hello,
>
>
>     On 04.11.2009 14:34 Uhr, GEMINORIUM crux wrote:
>
>         hi,
>         i am new to kamailio,
>
>         getting syntax error:
>          $var(test) =  "udp:"+$rd+":"+$rp;
>         t_relay_to_udp($var(test));
>
>         t_relay_to_udp($rd,$rp);
>
>         working with string.
>
>         is there any reason ? how to resolve it ?
>         i have to use database so i need to use variable.
>
>         any suggestion is appreciated.
>
>     you have to do:
>
>     $du = "sip:"+$rd+":"+$rp;
>     t_relay();
>
>     Cheers,
>     Daniel
>
>     -- 
>     Daniel-Constantin Mierla
>     * http://www.asipto.com/
>
>

-- 
Daniel-Constantin Mierla
* http://www.asipto.com/




More information about the Users mailing list