in order to avoid scripting errors, it would be nice if pv functions
would return an error message when applied to non-applicable pvs. for
example, pv_isset() and pv_unset() applied on a script variable.
-- juha
Hi There,
A fast solution would be to re-run the installation procedure. To do so ,
follow the steps below :
a)Remove siremis-4.0.0/siremis/install.lock
b)While reinstalling and setting up the database properties , check all of
the options available at the bottom of the form .
That worked for me ,
Cheers
Hi,
Now I am going to use Asterisk-11.7.0 and Kamailio-4.1.1 on CentOS-5.10
x86-64. Backend is PostgreSQL-9.2.6 as Realtime.
Conditons,
Sip register is working.
Extention to Extention is working.
Echo test and meetme is fine.
Only has the problem is
When I Tranfer to other extention number as same context.
In this case, Kamilio is using default context transfer is aborted.
If anyone has any idea with much appriciated.
Thank you.
Noriyuki Hayashi Japan
Hi List
Is ice settings initiaised on the browser side or Kamailio websocket side? Where are the setting parameters created for a=candidate
In the debug I get such logs as
a=candidate:3164634682 1 tcp 1509957375 xxx.xxx.xxx.xxx 0 typ host generation 0
a=candidate:3164634682 2 tcp 1509957375 xxx.xxx.xxx.xxx 0 typ host generation 0
a=ice-options:google-ice
I am connecting with with jssip like the snippet below. There is nothing set for stun/turn. So how then does it use a=ice-options:google-ice. Does it set google as default
var configuration = {
....
....
stun_servers: '',
turn_servers: null,
....
....
};
// User Agent instance
var coolPhone = new JsSIP.UA(configuration);
Does anyone know are these the only options is relation to ice onfig, stun_servers: turn_servers: null,
Hi,
Does evapi_relay() have to emit JSON blobs? Or can it be used to emit
generic strings?
Thanks!
--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/
Hi all,
What is the best way to monitor endpoint registrations?
When one of our clients has a link failure or for some reason they lose their SIP registration with Kamailio, we'd like to be able to see this so that we can respond and get the trunk re-registered.
We do monitor the physical links but endpoints, (usually Asterisk based), often don't re-register after connectivity is restored.
I was thinking of a script that dumps the 'location' table every 10 minutes and compares it to the previous 'location' table dump and reports on the changes.
Is there a better way of doing this?
Regards,
[Description: cid:image001.jpg@01C8D7A0.651BD080]
Nick Raper
4th Dimension Technology | South Africa
Office: +27 21 506 6260 | 24 hour helpline: +27 21 506 6260 | Fax: +27 86 610 5792
Email: nick(a)4dt.co.za<mailto:nick@4dt.co.za> | Web: www.4dt.co.za<http://www.4dt.co.za/>
P Please consider the environment before printing this email.
Hello,
I have deployed a kamailio server. Now I am trying to set up a voip call
between two soft phones (EyeBeam) located on local network. I am using
"Outbound proxy option" on softphone. It shows "peer to peer mode enabled".
Settings are shown in figure attached
<http://sip-router.1086192.n5.nabble.com/file/n125931/1.jpg>
But when I make a call. It doesnot connect.
Using wireshark on kamailio server, I found that in response to "SIP :
Request" packet, it sends ICMP packet "Destination Unreachable: Port
Unreachable". Firewall is disabled on all concerned systems. What can be the
possible reason. Any one will help please.
Regards,
Awais
--
View this message in context: http://sip-router.1086192.n5.nabble.com/Softphone-cant-connect-tp125931.html
Sent from the Users mailing list archive at Nabble.com.
I presumed that aliases could be used for quickie destination routing,
but for some reason my RTP isn't connecting up after. If I put the same
alias into droute, it works. Am I understanding aliases wrong?
How can i alter at least the sip reason in transit?
$rr is read only
for example:
what i wanted to do is when an egress switch returned,
404 i am ugly
i wanted to return this to ingress
404 he is ugly
Kelvin Chua
according to textops readme:
2.1. Kamailio Modules
The following modules must be loaded before this module:
* sl -- Stateless replies.
however, i get these errors if pv module is not loaded before textops
module:
Mar 14 10:14:52 wheezy1 sip-proxy[4707]: ERROR: <core> [pvapi.c:790]: pv_parse_spec2(): error searching pvar "avp"
Mar 14 10:14:52 wheezy1 sip-proxy[4707]: ERROR: <core> [pvapi.c:994]: pv_parse_spec2(): wrong char [s/115] in [$avp(s:rpid)] at [5 (5)]
Mar 14 10:14:52 wheezy1 sip-proxy[4707]: ERROR: siputils [rpid.c:73]: init_rpid_avp(): malformed or non AVP $avp(s:rpid) AVP definition
Mar 14 10:14:52 wheezy1 sip-proxy[4707]: ERROR: siputils [siputils.c:235]: mod_init(): failed to init rpid AVP name
Mar 14 10:14:52 wheezy1 sip-proxy[4707]: ERROR: <core> [sr_module.c:970]: init_mod(): init_mod(): Error while initializing module siputils (/usr/lib/sip-proxy/modules/siputils.so)
please fix textops module so that it does not depend on pv module if
rpid_avp is not set.
-- juha