Hi,
the UAC module from the devel branch includes new functionalities:
- you may specify a password for encrypting the original FROM URI as
saved as RR parameter. See the new module parameter "from_passwd"
http://openser.org/docs/modules/1.1.x/uac.html#AEN9
- uac_replace_from() adds the display name if not present (so far it
only replaced it).So, now you can set a display name if none was present.
regards,
Bogdan
Hello all,
I am progressing in my dynamic routing with lcr.
I am able to make my calls being routed to a given gateway, but they are
not forwarded at all, you will find below the error messages I get :
12(13607) SIP Request:
12(13607) method: <CANCEL>
12(13607) uri: <sip:60957512@213.161.196.133>
12(13607) version: <SIP/2.0>
12(13607) parse_headers: flags=2
12(13607) header field type 8, name=<Max-Forwards>, body=<10>
12(13607) Found param type 232, <branch> = <1>; state=16
12(13607) end of header reached, state=5
12(13607) parse_headers: Via found, flags=2
12(13607) parse_headers: this is the first via
12(13607) header field type 1, name=<Via>, body=<SIP/2.0/UDP
157.159.80.57:5060;branch=1>
12(13607) first via: <SIP/2.0/UDP> <157.159.80.57:5060(5060)>12(13607)
;<>12(13607)
12(13607) exiting parse_msg
12(13607) After parse_msg...
12(13607) preparing to run routing scripts...
12(13607) DEBUG:maxfwd:is_maxfwd_present: value = 10
12(13607) parse_headers: flags=200
12(13607) header field type 4, name=<From>,
body=<<sip:157.159.80.57>;tag=044864755209883246007508179717>
12(13607) DEBUG:parse_to:end of header reached, state=9
12(13607) DEBUG: get_hdr_field: <To> [32];
uri=[sip:60957512@213.161.196.133]
12(13607) DEBUG: to body [<sip:60957512@213.161.196.133>
]
12(13607) header field type 3, name=<To>,
body=<<sip:60957512@213.161.196.133>>
12(13607) header field type 7, name=<Contact>, body=<<sip:157.159.80.57>>
12(13607) header field type 26, name=<User-Agent>, body=<TELES.VoIPBOX
10.0 #302>
12(13607) header field type 6, name=<Call-ID>,
body=<000688355273195645908699556113(a)157.159.80.57>
12(13607) get_hdr_field: cseq <CSeq>: <1> <CANCEL>
12(13607) header field type 5, name=<CSeq>, body=<1 CANCEL>
12(13607) header field type 19, name=<Allow>,
body=<INVITE,ACK,CANCEL,BYE,UPDATE,REGISTER>
12(13607) DEBUG: get_hdr_body : content_length=0
12(13607) header field type 12, name=<Content-Length>, body=<0>
12(13607) found end of header
12(13607) find_first_route: No Route headers found
12(13607) loose_route: There is no Route HF
12(13607) parsed uri:
type=1 user=<60957512>(8)
passwd=<>(0)
host=<213.161.196.133>(15)
port=<>(0): 0
params=<>(0)
headers=<>(0)
12(13607) uri params:
transport=<>, val=<>, proto=0
12(13607) user-param=<>, val=<>
12(13607) method=<>, val=<>
12(13607) ttl=<>, val=<>
12(13607) maddr=<>, val=<>
12(13607) lr=<>
12(13607) DEBUG: add_param: tag=044864755209883246007508179717
12(13607) DEBUG:parse_to:end of header reached, state=29
12(13607) load_gws(): DEBUG: Added gw_uri_avp
<sip:@82.138.76.138:5060;transport=tcp>
12(13607) DEBUG:destroy_avp_list: destroying list 0xb5c01f10
12(13607) receive_msg: cleaning up
Thanks in advance for your answers.
--
Cordialement, Florian Fainelli
---------------------------------------
5, rue Charles Fourier
Chambre 1511
91011 Evry
http://www.alphacore.net
(+33) 01 60 76 64 86
(+33) 06 09 02 64 95
----------------------------------------
Institut National des Télécomnications
http://www.int-evry.fr/telecomint
----------------------------------------
starting SER 0.9.7-pre1 with serctl results in the PID file exists
error. SER will start with the command ser -d -E -f <config file>. Any
thoughts on what might be wrong?
Thanks,Steve
--
ISC Network Engineering
The University of Pennsylvania
3401 Walnut Street, Suite 221A
Philadelphia, PA 19104
voice: 215-573-8396
215-746-8001
fax: 215-898-9348
sip:blairs@net.isc.upenn.edu
Hi,
I am experiencing a problem with pseudovariables in append_to_reply(), seems
like they are not being replaced with the real value.
In openser.cfg, I am using this:
append_to_reply("P-Hint: $Ri : $Rp \r\n");
But I am receiving this:
...
P-Hint: $Ri : $Rp
Server: OpenSer (1.0.1 (i386/linux))
...
I tried also the same in a append_hf() with the same result, the
pseudovariables are not working.
I am using openser 1.0.1 in linux, does anyone have any clue on this?
Thanks a lot
Ladislav,
the problem is ,if I didn't add these two route headers,the
application server will do a DNS lookup,which is more than 30 seconds.
I also want to make Iptel ser looks like a S-CSCF which defined in
3GPP standard.
thanks
Fang tian.
On 3/3/06, Ladislav Andel <ladia6(a)centrum.cz> wrote:
>
> As far as I know you don't need to add any route header in this case. On
> the top of SIP message is VIA header which says which
> way your application server should answer back..
>
> Route header is used when you have more proxies in the way where the
> message you want to route through
>
> from RFC 3261:
>
> The Route header field is used to force routing for a request through
> the listed set of proxies. Examples of the use of the Route header
> field are in Section 16.12.1.
>
> Example:
>
> Route: <sip:bigbox3.site3.atlanta.com;lr>,
> <sip:server10.biloxi.com;lr>
>
> Can anybody confirm?
>
> Ladislav
>
> fang tian wrote:
> > Hi ,
> > I am a new user of iptel ser,I want to make this configuration
> >
> > UE1,2,3,4<---------->IPtel ser
> > <---------------------------------->application server ,
> >
> > the UEs send out invite request to iptel ser first ,I want to make
> > iptel ser forward this request to application server with two route
> > header added:
> > route:application server :5060
> > route:iptel ser :5060
> >
> > so the application server can send this request back to iptel ser.
> >
> > your kindly help is appreciated ,thanks
> >
> > RGS
> > tian.
> >
> >
> >
> > --
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
>
>
--
Best regards
Fang Tian.
Hi ,
I am a new user of iptel ser,I want to make this configuration
UE1,2,3,4<---------->IPtel ser
<---------------------------------->application server ,
the UEs send out invite request to iptel ser first ,I want to make iptel ser
forward this request to application server with two route header added:
route:application server :5060
route:iptel ser :5060
so the application server can send this request back to iptel ser.
your kindly help is appreciated ,thanks
RGS
tian.
--
Hi again
I have another problem with SEMS. It works fine with codec G.711 but I'd like to use codec G.729. Of course I'd like to buy a licence but I don't know how to do it and if SEMS work with codec G.729. If anyone use this codec with SEMS please help me to configure SEMS with it. Thanks for any help.
Swaper
Dear all,
I use:
- ser as proxy, registrar and redirect server.
- asterisk as gateway and voicemail server.
But my problem is that I don't have the "Visual Message Waiting
indicator" on my phones.
Do you have a idea for me ?
Best regards,
Thomas
Sorry guy for the russian language here....
Vitaliy, privet!
Ya iz Thailanda... Tochnee kak, zhivu i rabotayu tut (po krainei mere
poka), a voobshe iz Moskvy. Zanimayus' razrabotkoi SIP clienta dlya
E-learning na Jave. Poka dlya PC i laptopov, a potom nado vayat'
analogichnuyu progu na PDA i mobil'niye telefony.
Priyatno poznakomitsya :))
Andrey.
On 3/3/06, Vitaly Nikolaev <vnikolaev(a)intermedia.net> wrote:
> Ahh... :) netuda :)
>
> A ti otkuda takoi znauchii kstati ? :)
>
>
> -----Original Message-----
> From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
> Behalf Of Andrey Kouprianov
> Sent: Thursday, March 02, 2006 12:09 PM
> To: serusers(a)lists.iptel.org
> Subject: Re: [Serusers] rtpproxy
>
> Im not sure about it, cause I never had chance to play with PSTN
> numbers properly. There's something about DID's on page 58 of the
> document.
>
> On 3/3/06, roger leszczynski <rogerles(a)gmail.com> wrote:
> > i found it, thanks, now the question is, say i have 100 concurrent
> calls,
> > and i want to update the configuration with a new DID, how can i avoid
> > restarting SER to make these changes take places....has anyone made a
> > similar module to reload in asterisk? Or how can i go about using a
> > database to implement routing instead?
> >
> >
> > On 3/2/06, Andrey Kouprianov <andrey.kouprianov(a)gmail.com > wrote:
> > >
> > would "getting started" document from www.onsip.org help? they have a
> > good explanation on how to configure SER with RTPProxy...
> >
> > On 3/2/06, roger leszczynski <rogerles(a)gmail.com> wrote:
> > > Anyone use the rtp proxy module yet? I am looking to proxy rtp of
> my
> > > carrier who sends out calls to me, so if anyone has example
> configurations
> > > that work i would appreciate it!
> > >
> > > _______________________________________________
> > > Serusers mailing list
> > > serusers(a)lists.iptel.org
> > > http://lists.iptel.org/mailman/listinfo/serusers
> > >
> > >
> > >
> >
> > _______________________________________________
> >
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
> >
> >
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>