Hey Brandon,
Am 02.11.2011 um 00:32 schrieb Brandon Armstead:
> Thats correct - however I am calling this before loose_route, perhaps
> that is my problem and need for calling dlg_get? Let me give this a go - and
> I will respond back with my findings, thanks!
Yeah, that should be it -- l
Hey Gnaneshwar,
sorry for not replying for such a long time. Real life has been keeping me
busy. :)
Am 25.10.2011 um 03:04 schrieb Gnaneshwar Gatla:
> I have installed the patch to the kamailio source and compiled it. Thing is
> it does work fine to create a presentity with the obtaining the
Timo,
Thats correct - however I am calling this before loose_route, perhaps
that is my problem and need for calling dlg_get? Let me give this a go -
and I will respond back with my findings, thanks!
Sincerely,
Brandon Armstead
On Tue, Nov 1, 2011 at 4:21 PM, Timo Reimann wrote:
> Hey Bran
Hey Brandon,
Am 01.11.2011 um 23:44 schrieb Brandon Armstead:
> Thank you for the input - I actually just figured out a resolution.
>
> Apparently dlg_bye("all") must be called after dlg_get - so what I'm doing
> now is simply checking for request with a special request uri with the callid
Some update -- there was a new patch just applied to the module to fix
the path of loading python script. You have to take latest version from
GIT, any of branches master, 3,2 or 3.2 work -- you find on the wiki
pages of kamailio.org (see right sidebar) some tutorials about how to
install from
Timo,
Thank you for the input - I actually just figured out a resolution.
Apparently dlg_bye("all") must be called after dlg_get - so what I'm doing
now is simply checking for request with a special request uri with the
callid / from tag / to tag in the request that correlates to the call I
d
For the record, this should be working fine for latest master branch,
soon to be backported to 3.2, as reported by Juha after the last commits
to sdpops module.
Cheers,
Daniel
On 11/1/11 12:45 PM, Daniel-Constantin Mierla wrote:
Hello,
ok, I see. In this case there are different ids for same
Hey Brandon,
Am 01.11.2011 um 22:48 schrieb Brandon Armstead:
> I am attempting to tear down a call with a BYE packet generated
> externally (kind of similar to Kamailio fifo dlg_end_dlg).
>
> Let me describe what I am trying to do in more depth and then I will continue
> to tell you the p
Hello,
I am not an user of this module, I tried to fix some issues of this
module in the past purely based on C programming, so I add here some
comments.
On 11/1/11 2:54 PM, Muhammad Nasir Bhutta wrote:
Hi,
I am a new user of Kamailio, and I am working on enabling the
App_Python module in
Hello,
what is the kamailio version you are running? At some point there was an
issue with path to the python script due to changes done to it by some C
functions. Should be fixed in latest 3.1 and 3.2 branches anyhow, but
let's see what you use so we don't hunt solved cases.
Cheers,
Daniel
Hello,
I am attempting to tear down a call with a BYE packet generated
externally (kind of similar to Kamailio fifo dlg_end_dlg).
Let me describe what I am trying to do in more depth and then I will
continue to tell you the problem I think I am experiencing.
[PSTN SIP Proxy] -> [CORE SIP Pro
El Tue, 01 Nov 2011 13:20:00 +0100
Daniel-Constantin Mierla escribió:
> Hi Jon,
>
> seems that 3.2 nightly builds repository is not set as well. I tried to
> look at:
>
> http://deb.kamailio.org/kamailio32-nightly
>
>
> Or did you mean something else?
>
you're right.
I'll try to fix this
Hi,
I am a new user of Kamailio, and I am working on enabling the App_Python module
in Kamailio..
While searching on google, I came acroos your email on the forum where you
people are trying to patch the App_Python module..
I am wandering whether you can please help a bit ..
1- How to do
Hi,
I am a new user of Kamailio, and I am working on enabling the App_Python module
in Kamailio..
While searching on google, I came acroos your email on the forum where you
people are trying to patch the App_Python module..
I am wandering whether you can please help a bit ..
1- How to do
On 11/1/11 1:06 PM, Uri Shacked wrote:
Hi,
I am using the script local flags. i set a flag like this
"setsflag(6)" in order to use it afterwards.
i notice that this flag is relevent only for the request i am dealing
with right now. because after the reply the flag seems to reset
without me d
Hello,
it happens to come across Cape Town for few days and I was wondering if
there are folks using our project or doing VoIP in general that want to
meet up for a dinner. The date for dinner is planned for next Tuesday,
November 8, 2011. Place will be decided once I know if there are people
Hi Jon,
seems that 3.2 nightly builds repository is not set as well. I tried to
look at:
http://deb.kamailio.org/kamailio32-nightly
Or did you mean something else?
Thanks,
Daniel
On 10/29/11 12:03 AM, Jon Bonilla (Manwe) wrote:
El Thu, 27 Oct 2011 19:04:18 +0200
Daniel-Constantin Mierla
Hi,
I am using the script local flags. i set a flag like this "setsflag(6)" in
order to use it afterwards.
i notice that this flag is relevent only for the request i am dealing with
right now. because after the reply the flag seems to reset without me doing
that doing "issflagset(6)" and getting n
Hello,
ok, I see. In this case there are different ids for same name. The
search of codec ID stops at first match on name and I think the sdp
parser keep the list in reverse order (adding a= lines as first element
in a list always). I will look over it.
Cheers,
Daniel
On 11/1/11 12:35 PM, J
Daniel-Constantin Mierla writes:
> Try again with master and let me know if now is working fine.
it is getting better, but not quite working yet.
in:
v=0.
o=twinkle 1072425606 342738659 IN IP4 192.98.102.10.
s=-.
c=IN IP4 192.98.102.10.
t=0 0.
m=audio 8000 RTP/AVP 99 97 8 0 3 101.
a=rtpmap:99 s
Hello,
On 10/31/11 7:59 PM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
btw, since I haven't spotted if you said it in previous emails, does
keep_codecs_by_name() work now ok with codecs that have dynamic ids?
no, as i mentioned,
ok, I missed that, being after the report of the no-
Hi,
I did not understand the explanation of the use of flags and mask.
I understand flags are for matching and mask is doing something. But, what
exactly does the mask do? How do i see or use it?
And regarding the flags... i did "setflag(16)" before the CR function. Set
the DB col as needed, a
Hi Ramona,
You hit it!
After enabling "rewrite" it is working now.
Thank you very much!
Uwe
> > I have installed Siremis 2.0.0 and Kamaillio 3.2.0 on a
> OpenSuse 11.4 system.
> > After the Siremis Web Installation Wizard finished the
> setup the login failed with a http error 404.
> >
> > The
23 matches
Mail list logo