Hi folks,
I am trying to test ser with a cisco ip phone. But everytime it is trying to
register it is failing saying too man hops. Using ngrep, I can see it is trying
but sametime I see cisco is sending as sip:ciscoip@labs.xxx.com@216.236.160.6 .
Is there a way we can get the ip portion off in cisco ip phone? Also can
somebody email me a working ser config file for cisco IP phone?
Thanks a bunch 1!
CM Rahman Jr.
Network Engineer
CCS Internet
www.ccsi.com
I want to look up the username in the location table during the
method==register if block.
The reason I wish to do this is to see if there is another location
currently registered in the database for this particular username. How
can I do this? Do I have to use exec_msg() or exec_dset(), or does
lookup() work?
I've tried lookup("location") but it failed to work, it seems.
Can anyone help me out? Here is the block of code that I'm trying to use:
if (method=="REGISTER") {
if (!search("^Expires: 0")) {
if (lookup("location")) {
sl_send_reply("200","Another registration.");
} else {
sl_send_reply("200", "First registration.");
}
} else {
sl_send_reply("200", "Unregistration.");
}
save_noreply("location");
break;
}
Note that it is sending the proper replies for "First registrations"
and "Unregistrations," but not for "Another registrations."
Thanks in advance,
Dana
hello
I trying to test SER and asterisk with windows messenger (Version
4.7.3001) in my Win_XP-SP2 but in Tools->Options menu I cant see the
"Account Tab", only appears personal,phone,preferences,privacy and
connection tabs... can someone confirm if I am using the correct
version?
thanks
rafael
Ok i've brought this up in the past but no one answered:
1./ User signs up
2./ User receives confirmation email
3./ User clicks on URL
4./ User receives:
Warning: fopen(/tmp/ser_fifo): failed to open stream: Permission denied in
/www/serweb/html/functions.php on line 206
sorry -- cannot open write fifo
We regret but your voipweb.fast.co.nz confirmation attempt failed.
Please contact voip(a)fast.co.nz for further assistance.
5./ In the backround user is actually added to subscription table but left
in pending table too, is this a problem?
prw-rw---- 1 777 wheel 0 Mar 10 16:51 /tmp/ser_fifo
I've tried chmod 777 this file many times, doesnt seem to help
Any idea's people? Is this ser_fifo file needed, what does it do? How do I
fix serweb?
Barry
P.S. Latest stable Serweb via cvs
When you guys started your VoIP service, do you encounter voice quality problem ? Is there a straight forward mechanism to overcome that by purchasing hardware/software equipment ? Please advise.
--
Zon Hisham
---------------------------------------------------
Sign Up for free Email at http://ureg.home.net.my/
---------------------------------------------------
Hello.
I installed the rel_0_9_0 from CVS and i downloaded the lcr from
http://tutpro.com/tmp/lcr-0.9.0.tgz. It compiled ok. But when i try to run
ser from console i get an error. Can someone help me with this issue!?.
I'm attaching the last part of the SER initialization debbug (the LCR
initialization).
<<ser_debug_init.txt>>
I'm also including my ser.cfg file.
<<ser.cfg>>
I run the ser_mysql.sh without any problem. I can even see the ser database
created and the tables in it.
mysql> use ser
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> show tables;
+-----------------------+
| Tables_in_ser |
+-----------------------+
| acc |
| active_sessions |
| admin_privileges |
| aliases |
| calls_forwarding |
| config |
| domain |
| event |
| grp |
| gw |
| gw_grp |
| lcr |
| location |
| missed_calls |
| pending |
| phonebook |
| preferences_types |
| reserved |
| server_monitoring |
| server_monitoring_agg |
| silo |
| speed_dial |
| subscriber |
| trusted |
| uri |
| usr_preferences |
| version |
+-----------------------+
27 rows in set (0.00 sec)
I need som help here
Thanks in advance!!
Regards,
Ricardo M.
Ricardo Javier Martinez Ogalde
Ingeniero de Desarrollo
VOISS NET S.A.
Cisco Certified Network Associate ,CCNA (CSCO 10643101)
* : (56 2) 240 81 96
* : (56 2) 245 74 95
* : rmartinez(a)redvoiss.net
So what am I trying to do?
Well I've just moved from asterisk to SER and now i'm trying to setup all my
extensions again, i.e.
01 = IVR
04 = Echo test
09 = Voice Mail
0061........ = Calls to Oz
26120027 = Calls to South Africa
What I've tried is the following:
if (uri =~ "sip:666@*"){
xlog("L_NOTICE", "Forwarding to Asterisk\n");
rewritehostport("voip.fast.co.nz:5070");
t_relay();
break;
};
What I would have expected is if a user dials 666 they get forwarded to the
asterisk server then the 04 etc to ech test, in turn being 66604, however it
doesnt work. If possibe; I'd like to add the direct numbers, i.e.
04 for voice mail and i'd expect something simular to this:
if (uri =~ "sip:04@*"){
xlog("L_NOTICE", "Forwarding to Asterisk\n");
rewritehostport("sip://voip.fast.co.nz:5070/04");
t_relay();
break;
};
Could someone help or point me towards a few examples, finding SER stuff
proves difficult with google, always shows asterisk stuffs.
Thanks
Barry
Yeap.
Me.!
Cheers
Ricardo Martinez
-----Mensaje original-----
De: O-Zone [mailto:liste@zerozone.it]
Enviado el: Miércoles, 22 de Diciembre de 2004 11:12
Para: ser users
Asunto: [Serusers] SER + RADIUS
Someone use SER with Radius Auth ?
Oz
--
------
O-Zone ! www.zerozone.it
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers