Hi all!
Can somebody explain me how I can fill response with my useful headers?
For example, I need to send 305 "Use proxy" response with Contact headers. Is it possible? If so, how can I populate it?
Thanks!
On Saturday 31 March 2007 22:32, Victor Gamov wrote:
Hi all!
Can somebody explain me how I can fill response with my useful headers?
For example, I need to send 305 "Use proxy" response with Contact headers. Is it possible? If so, how can I populate it?
Hi Victor,
if i understand your question correctly, the "append_to_reply()" and "sl_send_reply()" methods could help you. You'll find more information about the usage of this functions in the documentation in the project wiki.
Cheers,
Henning
Henning Westerholt wrote:
On Saturday 31 March 2007 22:32, Victor Gamov wrote:
Hi all!
Can somebody explain me how I can fill response with my useful headers?
For example, I need to send 305 "Use proxy" response with Contact headers. Is it possible? If so, how can I populate it?
Hi Victor,
if i understand your question correctly, the "append_to_reply()" and "sl_send_reply()" methods could help you. You'll find more information about the usage of this functions in the documentation in the project wiki.
Hi Henning!
Yes It's really what I'm looking for! :-)
I remember that I see such function when reading some modules documentation but I cann't find it when I really need it :-(
I think that overall list of all modules functions will be very userful. It's can be getted from source of modules documentation automatically and placed into wiki
Thanks again Henning!
Hi,
I've been reading the SIPp documentation, and have downloaded it. It looks like it will be a pretty nice load test tool for my OpenSER installation. One thing that I can't really get from the document is how to get SIPp to register with OpenSER. Do I need to generate a registration xml scenario?
Thanks,
Scott Yagel Virtual Telephone & Telegraph syagel@VTandT.net
On Monday 02 April 2007 17:27, Victor Gamov wrote:
I think that overall list of all modules functions will be very userful. It's can be getted from source of modules documentation automatically and placed into wiki
Hello Victor,
you find this also at the wiki page: http://openser.org/dokuwiki/doku.php/modules:1.2.x:index-functions
Cheers,
Henning
Henning Westerholt wrote:
On Monday 02 April 2007 17:27, Victor Gamov wrote:
I think that overall list of all modules functions will be very userful. It's can be getted from source of modules documentation automatically and placed into wiki
Hello Victor,
you find this also at the wiki page: http://openser.org/dokuwiki/doku.php/modules:1.2.x:index-functions
Ops! it's really here :-) Thanks Henning!
I will try to read wiki more carefully before sending my quesions at next time. Thanks!