Re: [SR-Users] UAC, parsing auth header failed

2010-06-18 Thread Iñaki Baz Castillo
2010/6/18 Stefan Sayer : > but is that also true if the "Digest" appears as is in the ABNF? > > just curious Yes, there is no special reason for it. RFC 3261 - 25.1 - Many SIP header field values consist of words separated by LWS or special characters. Unless othe

[SR-Users] 'UDP' is not a valid transport

2010-06-18 Thread Information
hi all, I am using Twinkle on fedora 11 as a client. it connected to the server fine but after some time it started giving on register as well as de-register. [Jun 18 15:15:14] ERROR[14964]: chan_sip.c:12215 register_verify: 'UDP' is not a valid transport for '70003'. we only use 'UNKNOWN'! endin

Re: [SR-Users] 'UDP' is not a valid transport

2010-06-18 Thread Iñaki Baz Castillo
2010/6/18 Information : > I am using Twinkle on fedora 11 as a client. it connected to the server > fine but after some time it started giving on register as well as > de-register. > > [Jun 18 15:15:14] ERROR[14964]: chan_sip.c:12215 register_verify: 'UDP' > is not a valid transport for '70003'. we

Re: [SR-Users] CANCEL before INVITE

2010-06-18 Thread Klaus Darilion
Just the theory. The proxy - if stateful forwarding is used, e.g. by using t_relay() - must not forward the CANCEL unless a provisional reply is received from the cisco phone. regards klaus Am 17.06.2010 21:49, schrieb David: Hey, I am using a Cisco WIP310 wifi phone. Seeing as wifi is ver

Re: [SR-Users] kamailio dialplan

2010-06-18 Thread Henning Westerholt
On Thursday 17 June 2010, maybelater wrote: > Hi Henning, > thanks for the follow-up. Seems like I am way too behind on all this. > "rewriting messages to the appropriate target...".. so how exactly does > that work ? Hi maybelater, normally one just rewrite the request URI of the INVITE msg tha

[SR-Users] Functions to parse URI parameters

2010-06-18 Thread Uriel Rozenbaum
Hey Guys, Is there any module/function to parse and assign to AVPs parameters from RPID? (in kamailio 1.5.3) I'm using $(hdr(Remote-Party-ID){tobody.params}) to get the parameters but maybe there's something already implemented to get privacy, screen, etc. I'll be using this with P-Asserted-Iden

[SR-Users] TM clarifications

2010-06-18 Thread David
Hello, I am using Kamailio 1.5.4. I read RFC3261 section 17 and the TM doc, I had a few questions : Does t_relay() manage both the client and server transactions for the packet being forwarded ? Meaning it would absorb retransmissions it receives and would retransmit the relayed message when

Re: [SR-Users] TM clarifications

2010-06-18 Thread Henning Westerholt
On Friday 18 June 2010, David wrote: > I am using Kamailio 1.5.4. > > I read RFC3261 section 17 and the TM doc, I had a few questions : > > Does t_relay() manage both the client and server transactions for the > packet being forwarded ? Meaning it would absorb retransmissions it > receives and wo

Re: [SR-Users] sip-router config file syntax question

2010-06-18 Thread Andrei Pelinescu-Onciul
On Jun 15, 2010 at 17:07, Andrei Pelinescu-Onciul wrote: > On Jun 15, 2010 at 14:43, Klaus Darilion wrote: > > > -> > > > > > > > > Am 15.06.2010 12:53, schrieb Andrei Pelinescu-Onciul: > > >On Jun 14, 2010 at 13:29, Steven C. Blair wrote: > > >> > > >> I'm migrating from an older version

[SR-Users] Kamailio on Solaris(OpenSolaris)

2010-06-18 Thread Daniel Cardoso Alves
Hi people, I am trying to install kamailio in a server with OpenSolaris (SunOS sun-test 5.11 snv_83 i86pc i386 i86pc), to make some tests, performance, capacity, etc. I tried to compile on Solaris but, it dont works perfectly.    :) On the Internet and in the Manuals, I saw that there is a port

Re: [SR-Users] Kamailio on Solaris(OpenSolaris)

2010-06-18 Thread Andrei Pelinescu-Onciul
On Jun 18, 2010 at 13:47, Daniel Cardoso Alves wrote: > Hi people, > > I am trying to install kamailio in a server with OpenSolaris (SunOS sun-test > 5.11 snv_83 i86pc i386 i86pc), to make some tests, performance, capacity, etc. > > I tried to compile on Solaris but, it dont works perfectly.   

Re: [SR-Users] TM clarifications Re: CANCEL before INVITE + loose_route()

2010-06-18 Thread David
Hello, Thanks for the answer. This answers some of my questions, but I still have a few more. With regards to the thread "Re: [SR-Users] CANCEL before INVITE". I added a t_newtran(); call after t_checktrans() and before t_relay(), this prevented t_relay() from sending a 100 Trying to the cal

[SR-Users] Tracking ITSP Trunk Utilization

2010-06-18 Thread Geoffrey Mina
Greetings, I have a challenge which I can't imagine is unique to my situation. I have agreements with multiple ITSP/SIP providers for inbound and outbound use cases. I am trying to figure out a way to track and monitor - on a per trunk basis - statistics about open dialogs. In the end, I would l

Re: [SR-Users] Tracking ITSP Trunk Utilization

2010-06-18 Thread Alex Balashov
The dialog module exports concurrent dialog stats via the SNMPstats module. I graph this OID with Cacti all the time. On Jun 18, 2010, at 9:49 PM, Geoffrey Mina wrote: Greetings, I have a challenge which I can't imagine is unique to my situation. I have agreements with multiple ITSP

Re: [SR-Users] Tracking ITSP Trunk Utilization

2010-06-18 Thread Graham Wooden
May not be the most elegant, but I have simple mysql commands that run every 5 minutes and dumps those details (and other details) into MRTG. I also use that same output to track certain calls (lengths, etc) for other reports. Quick and it works for my setup ... HTH, -graham On 6/18/10 8:49 PM