Hi
I am a new user of SER. I have compiled the bare bones system and have run it for registration and call setup scenarios on Linux. Additionally i also compiled cpl. Can anybody list out the steps in brief to incorporate CPL use in regards to
1. Changes in config file.
2. Loading a cpl file into the db manually
3. And how to invoke the cplscript for an INVITE
Regards
Rohit
*********************************************************
Disclaimer:
This message (including any attachments) contains
confidential information intended for a specific
individual and purpose, and is protected by law.
If you are not the intended recipient, you should
delete this message and are hereby notified that
any disclosure, copying, or distribution of this
message, or the taking of any action based on it,
is strictly prohibited.
*********************************************************
Visit us at http://www.mahindrabt.com
Hello List,
Version for all three proxies is
version: 0.8.14 (i386/linux)
@(#) $Id: main.c,v 1.168.4.3 2004/06/28 15:41:21 andrei Exp $
main.c compiled on 11:19:08 Sep 7 2004 with gcc 3.3
This is called at the beginning of every ser.cfg
if (!mf_process_maxfwd_header("10")) {
sl_send_reply("483","Too Many Hops");
break;
};
This is what happens:
Phone sends to Proxy1:
INVITE sip:07111204665@proxy1 SIP/2.0.
Proxy1 sends to Proxy2:
INVITE sip:+497111204665@proxy2:5070 SIP/2.0.
Max-Forwards: 10.
Record-Route:
<sip:07111204665@proxy1;ftag=0006283e0a68001d23678a97-57412d71;lr>.
Proxy2 sends to Proxy3:
INVITE sip:+497111204665@proxy3:5070 SIP/2.0.
Record-Route:
<sip:+497111204665@proxy2:5070;ftag=0006283e0a68001d23678a97-57412d71;lr>.
Max-Forwards: 9 .
Record-Route:
<sip:07111204665@proxy1;ftag=0006283e0a68001d23678a97-57412d71;lr>.
Proxy3 sends to Gateway:
INVITE sip:+497111204665@gateway:5060 SIP/2.0.
Record-Route:
<sip:+497111204665@proxy3:5070;ftag=0006283e0a68001d23678a97-57412d71;lr>.
Record-Route:
<sip:+497111204665@proxy2:5070;ftag=0006283e0a68001d23678a97-57412d71;lr>.
Max-Forwards: 8 .
Record-Route:
<sip:07111204665@proxy1;ftag=0006283e0a68001d23678a97-57412d71;lr>.
Gateway complains about the white space at the max fwd header field and
rejects the call.
Dirty Workaround is to use mf_process_maxfwd_header("9"), but this only
works if the Max-Forwards Field is not already present.
Question 1: Is this a bug? Shouldn't the white space be removed after
processing the header field?
Question 2: Shouldn't the Max-Forwards Field be either appended before or
after all of the Record-Route Fields?
Regards,
Martin
I have seen a couple of posts for this issue, but I'm not clear about the
solution.
I'm using ser v:0.8.12 on FreeBSD 4.10. and the error happens when loading
acc.so
I've tried to upgrade to 0.8.14, which solves the problem of loading the
module but I can't get users authenticated and calls routed.
Can anybody shed some light?
Thanks
Alex
Hello!
I have seen a couple of posts for this issue, but I'm not clear about the
solution.
I'm using ser v:0.8.12 on FreeBSD 4.10. and the error happens when loading
acc.so
I've tried to upgrade to 0.8.14, which solves the problem of loading the
module but I can't get users authenticated and calls routed.
Can anybody shed some light?
Thanks
Alex
Hello, i use SER 0.8.14 with serweb and i have activeted log for missed call.
log are correctly added to mysql database but serweb do not dsiplay it
Thanks for help
Hello All.
I'm using ser from the CVS head branch. I'm also using serweb from the CVS head
branch. I also have mysql working well with ser.
In my ser.cfg file I have the following:
# fifo - FIFO special file pathname
#fifo="/tmp/ser_fifo"
fifo_db_url="mysql://ser:heslo@sipdb01.mycompany.com/ser"
SER starts fine. Now serweb however complains that it cannot write to
/tmp/ser_fifo. I'm not sure if I need the fifo="/tmp/ser_fifo" setting. Do I
when using fifo_db_url?
If my ser is using mysql for FIFO rather than /tmp/ser_fifo how do I get serweb
to play nice? I know there is a FIFO parameter in serweb's config.php as
follows:
$config->fifo_server="/tmp/ser_fifo";
I've tried setting this to "mysql://ser:heslo@sipdb01.mycompany.com/ser" since
the docs say this parameter must match the ser.cfg fifo settings, but that
doesn't work.
Any suggestions?
Paul
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail