Hello,
the irc fans that want to do "a more real-time chat" about
using/developing sip router project, can join the #sip-router channel on
irc.freenode.net.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
Hi
I am using kamailio 1.5.0 and asterisk 1.6.0.5
Phone is register successfully and incoming/outgoing call is working fine...
But followings are problem I have faced...
1] I don't hear anything, the voice is not being transmitted ... however
rtpproxy is running.
2] When I hang up the X-Lite call on the SIP phone, the regular phone does
not get disconnected.
Below is link for kamailio configuration file...
*http://en.pastebin.ca/1435982* <http://en.pastebin.ca/1435982>
I am calling on asterisk server and forward it to kamailio..
--
Regards,
Chandrakant Solanki
Ok, for User2 i added in Xlite
Domain : 10.10.10.2
Proxy : 192.168.0.2
And i am able to call User1, and User1 is able to call User2.
Now the problem is i there is no RTP packets :s. That's weird because i
enable rtpproxy with bridge mode, with the command : rtpproxy -l 10.10.10.2
192.168.0.2 -s udp:127.0.0.1:7890.
Obviously in my .conf file kamailio is listening on udp:127.0.0.1:7890.
Cheers
--
View this message in context: http://www.nabble.com/kamailio-multi-domain-tp23539467p23556076.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
On 05/25/2009 11:58 AM, Raúl Alexis Betancor Santana wrote:
> On Monday 25 May 2009 08:46:51 you wrote:
>
>> there were no radical changes to auth modules, afaik, do not know about
>> postgres. Can you run in debug mode and see why second 401 is sent? Also
>> return code $rc will show some hints if you print it with xlog?
>>
>
> Here is a debug=6 output
>
> [...]
> May 25 09:47:59 [13194] DBG:auth:check_response: our result
> = '60045096c392b92f8c7a451fbb09e530'
> May 25 09:47:59 [13194] DBG:auth:check_response: authorization faile
could you check that the password is ok in your phone? Try to auth using
other phone/tool (sipsak) ...
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
Hi all,
I'm a little stuck here :-/ I can't get allow_trusted function from
the premissions module to word. I'm receiving the following error:
May 26 18:36:24 [18825] DBG:core:parse_msg: method: <PUBLISH>
May 26 18:36:24 [18825] DBG:core:parse_msg: uri:
<sip:saghul@10.69.69.1:5070>
May 26 18:36:24 [18825] DBG:core:parse_msg: version: <SIP/2.0>
May 26 18:36:24 [18825] DBG:core:parse_headers: flags=2
May 26 18:36:24 [18825] DBG:core:parse_via_param: found param type
232, <branch> = <z9hG4bK1f7d.e63e45e5.0>; state=16
May 26 18:36:24 [18825] DBG:core:parse_via: end of header reached,
state=5
May 26 18:36:24 [18825] DBG:core:parse_headers: via found, flags=2
May 26 18:36:24 [18825] DBG:core:parse_headers: this is the first via
May 26 18:36:24 [18825] DBG:core:receive_msg: After parse_msg...
May 26 18:36:24 [18825] DBG:core:receive_msg: preparing to run routing
scripts...
May 26 18:36:24 [18825] DBG:core:parse_headers: flags=100
May 26 18:36:24 [18825] DBG:core:parse_via_param: found param type
234, <received> = <10.69.69.2>; state=6
May 26 18:36:24 [18825] DBG:core:parse_via_param: found param type
235, <rport> = <5060>; state=6
May 26 18:36:24 [18825] DBG:core:parse_via_param: found param type
232, <branch> = <z9hG4bKqtsklyyn>; state=16
May 26 18:36:24 [18825] DBG:core:parse_via: end of header reached,
state=5
May 26 18:36:24 [18825] DBG:core:parse_headers: via found, flags=100
May 26 18:36:24 [18825] DBG:core:parse_headers: parse_headers: this is
the second via
May 26 18:36:24 [18825] DBG:maxfwd:is_maxfwd_present: value = 69
May 26 18:36:24 [18825] ERROR:permissions:allow_trusted_2: unknown
protocol udp
Configuration is realli simple:
modparam("permissions", "db_url", "mysql://...")
modparam("permissions", "db_mode", 1)
modparam("permissions", "trusted_table", "trusted")
if (!allow_trusted("$si", "$proto")) {
xlog("L_INFO","\n\n--NOT trusted! - $si - $proto");
sl_send_reply("403", "Forbidden");
exit;
}
The trusted table seems OK:
mysql> select * from trusted;
+----+------------+-------+--------------+------+
| id | src_ip | proto | from_pattern | tag |
+----+------------+-------+--------------+------+
| 1 | 10.69.69.1 | any | NULL | NULL |
+----+------------+-------+--------------+------+
What am I doing wrong?
Thanks in advance!! Regards,
--
Saúl -- "Nunca subestimes el ancho de banda de un camión lleno de disketes."
----------------------------------------------------------------
http://www.saghul.net/
CSB writes:
> When attempting to start the MediaProxy relay I get the following:
>
> May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: Starting MediaProxy
> Relay 2.3.4
>
> May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: fatal error: failed to
> create MediaProxy Relay: 'module' object has no attribute 'Interface'
i just tried with 2.3.4 (from debian packages) and it worked without
problems. in config.ini try if using ip addresses instead of domain names
would help.
-- juha
When attempting to start the MediaProxy relay I get the following:
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: Starting MediaProxy
Relay 2.3.4
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: fatal error: failed to
create MediaProxy Relay: 'module' object has no attribute 'Interface'
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: Traceback (most recent
call last):
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: --- <exception caught
here> ---
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: File "./media-relay",
line 55, in ?
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: from
mediaproxy.relay import MediaRelay
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: File
"/usr/lib/python2.4/site-packages/mediaproxy/relay.py", line 30, in ?
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: from twisted.names
import dns
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: File
"/usr/lib/python2.4/site-packages/twisted/names/dns.py", line 116, in ?
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]: class
IRecord(components.Interface):
May 26 16:45:00 ip-10-250-54-212 media-relay[18032]:
exceptions.AttributeError: 'module' object has no attribute 'Interface'
rpm -q python-twisted-core
python-twisted-core-2.5.0-4.el5
rpm -q python-twisted-names
python-twisted-names-0.3.0-3.el5
rpm -q python-twisted-web2
python-twisted-web2-8.1.0-1.el5.rf
Any assistance appreciated.
Cameron