Rewrite Request URI ($ru) and t_relay().
--
Sent from mobile device
On Jan 1, 2010, at 1:40 AM, Ahmed Munir wrote:
> Hi,
>
> I want to forward an Access Number from OpenSIPS to Asterisk
> machine. Kindly advise how can i do that? Which modules/functions
> are use to forward by INVITE sectio
Hi,
I want to forward an Access Number from OpenSIPS to Asterisk machine. Kindly
advise how can i do that? Which modules/functions are use to forward by
INVITE section?
--
Regards,
Ahmed Munir
___
Users mailing list
Users@lists.opensips.org
http://lis
Is there any danger in adapting the default config from:
if (has_totag()) {
...
}
to:
if (has_totag() && !is_method("REGISTER")) {
...
}
- Jeff
On 12/31/09 7:46 AM, "Olle E. Johansson" wrote:
>
> 31 dec 2009 kl. 12.12 skrev Victor Pascual Avila:
>
>> Please,
31 dec 2009 kl. 12.12 skrev Victor Pascual Avila:
> Please, see RFC 3261 - Section 10.2: "A REGISTER request does not
> establish a dialog"
>
Right, but there are many servers that request that you reuse the same dialog
identifiers as the challenged transaction when you authenticate.
/O
__
Please, see RFC 3261 - Section 10.2: "A REGISTER request does not
establish a dialog"
-Victor
On Wed, Dec 30, 2009 at 7:28 PM, Jeff Pyle wrote:
> Hello,
>
> The default config of Opensips takes any packet with a To tag but that
> doesn't fall into the loose_route() category and responds with a 4
On Thursday 31 December 2009 09:24:51 Saúl Ibarra Corretgé wrote:
> However Python 2.4 is getting quite old now so you better upgrade to
> version 2.5 at least because at some future point Python 2.4 support
> will be dropped.
Umm ... it had been dropped, since it doesn't run on python 2.4 ... so
Hi,
On 31/12/09 9:52 AM, Chandrakant Solanki wrote:
>
> Hello
>
> I have installed media-proxy 2.3.8 using
> http://www.smartvox.co.uk/serfaq_install_mediaproxy2.htm
>
> But when i start media-dispatcher/media-relay it gives following error
>
> [r...@users ~]# media-dispatcher
> Traceback (most re
Hello
I have installed media-proxy 2.3.8 using
http://www.smartvox.co.uk/serfaq_install_mediaproxy2.htm
But when i start media-dispatcher/media-relay it gives following error
[r...@users ~]# media-dispatcher
Traceback (most recent call last):
File "/usr/bin/media-dispatcher", line 12, in ?