Re: [Devel] new presence server

2006-10-23 Thread samuel
en able to compile it (yet!!) on a linux platform. Samuel. 2006/10/20, Alfred E. Heggestad <[EMAIL PROTECTED]>: hi thanks alot, it appears to be working OK with X-lite.. do you know any (good) SIP useragents for Linux that properly implements presence ? /alfred Daniel-Constantin Mierla wrote

Re: [Devel] openser DNS configure problem

2006-09-28 Thread samuel
dyndns samuel. 2006/9/27, guo sha <[EMAIL PROTECTED]>: my ip address is obtained by DHCP instead of the static address. How i build DNS server in this case? DNS + DHCP? Regards! 在06-9-27,samuel <[EMAIL PROTECTED]> 写道: > For openser, read RFC 3263. > For mediaproxy, read the

Re: [Devel] openser DNS configure problem

2006-09-27 Thread samuel
For openser, read RFC 3263. For mediaproxy, read the README. Samuel. 2006/9/27, guo sha <[EMAIL PROTECTED]>: Hi Mr. now I'm working on setting up a Sip server using openser+mediaproxy. to use my own domain, i should setup dns server. but it is not familiar to me. Could you give some

Re: [Devel] PA question

2006-08-21 Thread samuel
1st--->> closed sip:[EMAIL PROTECTED] 2nd-> > open sip:[EMAIL PROTECTED]:1055;transport=udp ___ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel _

Re: [Devel] PA question

2006-08-18 Thread samuel
There are two tuples, corresponding to two bindings. One is available(open) and the other is offline(closed). Samuel. 2006/8/17, Javier Ramirez <[EMAIL PROTECTED]>: Hi ! when I receive this tuples in a NOTIFY, the user is closed or open ? why? closed sip:[EMAIL PROTECTED]

Re: [Devel] append_branch usage

2006-07-20 Thread samuel
I'm afraid you can not directly call the t_relay function inside your module.take a look at the file uac.c from the module tm, concretely to the function t_uac and you'll find out how to send a request with the dialog structure. Samuel.2006/7/20, Simon Morvan <[EMAIL PROTECTED]>

Re: [Devel] Last changes before CVS freez

2006-05-23 Thread Michael Samuel
Any chance of the uac_redirect patch I sent in getting into the release? It would allow openser to operate correctly with SIP redirect servers (eg. external LCR servers), rather than just somebody's 'call forwarding' on their handset. ___ Devel m

[Devel] PATCH: include qvalue in branches created by uac_redirect

2006-05-05 Thread Michael Samuel
e serialization stuff to the stable version of openser? (I need to use this in production rather soon) I'm not subscribed to the list, so please CC me on any replies. -- Michael Samuel IP Systems Pty Ltd diff -ur -x CVS -x '*.d' -x debian sip-server/modules/uac_redirect/rd_funcs.c

Re: [Devel] CVS commitlog: sip-server/modules/rr record.c

2006-01-25 Thread samuel
record.c > Commit Log: > backport: > - add_username parameter is not honour by the record_route_preset(). > > Missing backport reported by samuel <[EMAIL PROTECTED]> > > Revision ChangesPath > 1.2.2.1 +7 -4 sip-server/modules/rr/record.c >[