[OpenSIPS-Users] pseudo variables and seturi

Miha miha at softnet.si
Tue Aug 20 13:25:45 CEST 2013


Hi Răzvan,

that I did:)

thank you for your help!

miha



Dne 8/20/2013 12:35 PM, piše Răzvan Crainea:
> Hi, Miha!
>
> According to the documentation, the second branch is created when 
> calling append_branch(), so yes, there will be two branches.
>
> $ru pseudo-variable requires a URI, not an username. If you want to 
> change only the username part, you should use the $rU pseudo-variable:
>
> ...
> append_branch();
> $rU = C;
> ...
>
> Best regards,
>
> Răzvan Crainea
> OpenSIPS Core Developer
> http://www.opensips-solutions.com
>
> On 08/20/2013 12:16 PM, Miha wrote:
>> HI Răzvan,
>>
>>
>> I am trying to implement this:
>> http://www.opensips.org/Documentation/Script-CoreFunctions#toc2
>>
>> 2. append_branch()
>>
>> So if I do $ru=C instead of seturi("sip:C at domain"); this will do the 
>> same?
>>
>> Will there be two branches?
>>
>> Br,
>> Miha
>>
>>
>>
>>
>> Dne 8/20/2013 12:07 PM, piše Răzvan Crainea:
>>> Hi, Miha!
>>>
>>> You cannot use pseudo-variables in the seturi() function. However, you
>>> can use the $ru pseudo-variable to construct the R-URI.
>>>
>>> Best regards,
>>>
>>> Răzvan Crainea
>>> OpenSIPS Core Developer
>>> http://www.opensips-solutions.com
>>>
>>> On 08/20/2013 10:04 AM, Miha wrote:
>>>> Hi,
>>>>
>>>> how can I use pseude variable in seturi?
>>>>
>>>> I am doing append_branch() and than seturi() but in set uri I would 
>>>> like
>>>> to avps, so that this would be dynamically.
>>>>
>>>> thx!
>>>>
>>>> Miha
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opensips.org
>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>>
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users at lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users




More information about the Users mailing list