Hi Franz,
On Successful completion of Registration of IMS client.
Now, I was trying to REGISTER SIP Client, But REGISTER request failing with 403 forbidden- User unknown.
Please find attachment of X-lite configuration and Tcpdump from #422.
Could you please suggest me any changes has to be done.
Thanks in advance!!
Regards,
Sainath
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
Hello,
it's been a while since the release of v4.3.4, therefore I am
considering to release a new minor version from branch 4.3 next week,
most probably on Thursday, March 3, 2016. As usual, if there you are
aware of issues not reported to the tracker [1], do it as soon as
possible to get a chance to be fixed before the release date.
Cheers,
Daniel
[1] https://github.com/kamailio/kamailio/issues
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, Berlin, March 7-9, 2016 - http://www.asipto.com
I have done some more digging on websocket:closed event route.
In DB_ONLY mode, easy deregistration of a websocket UA at connection
close would require access in the event route to connection_id of the
closed connection.
The function that is run at the close has ws_connection_t argument:
static void wsconn_run_route(ws_connection_t *wsc)
ws_connection_t record has these two fields:
int id; /* id and id_hash are identical to the values */
unsigned id_hash; /* for the corresponding TCP/TLS connection */
Is id the same thing as what is stored in connection_id field of
location table?
If it is, may be its value could be made available to the event route in
a pseudo variable.
-- Juha
Hi All,
I seem to have an issue when I run the command "kamctl domain reload" where
kamailio stops running.
Feb 27 07:40:16 il-kam01 kernel: [878538.747898] traps: kamailio[11903]
general protection ip:7f19ca760a20 sp:7ffe5a1e8890 error:0 in
domain.so[7f19ca754000+16000]
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11911]: CRITICAL: <core>
[pass_fd.c:293]: receive_fd(): EOF on 16
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11896]: ALERT: <core>
[main.c:783]: handle_sigs(): child process 11903 exited by a signal 11
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11896]: ALERT: <core>
[main.c:786]: handle_sigs(): core was not generated
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11896]: INFO: <core>
[main.c:798]: handle_sigs(): terminating due to SIGCHLD
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11908]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11909]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11907]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11910]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11905]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11902]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11900]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11897]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11904]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11901]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11906]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11898]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11899]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 /usr/sbin/kamailio[11911]: INFO: <core>
[main.c:849]: sig_usr(): signal 15 received
Feb 27 07:40:16 il-kam01 kernel: [878538.757055] traps: kamailio[11896]
general protection ip:7f19ca760a20 sp:7ffe5a1e9000 error:0 in
domain.so[7f19ca754000+16000]
root@il-kam01:/usr/lib64/kamailio# kamailio -V
version: kamailio 4.2.0 (x86_64/linux) 36e695
flags: STATS: Off, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS,
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
F_MALLOC, DBG_F_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE,
USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 36e695
compiled on 19:52:29 Jan 28 2015 with gcc 4.9.2
Any ideas?
Thanks in advance.
Hi,
I work for a VOIP service provider, and have been tasked with optimizing
our infrastructure. We have been providing VOIP services to our clients
via Asterisk VMs (PIAF) in an ESXi environment, hosted in a datacenter.
We are looking for some kind of SIP Router, which would authenticate
clients and route their SIP traffic to the appropriate server. By doing
so, we are hoping to further secure our infrastructure and to possibly
have only one Public IP (which would resolve to the Private IP of the SIP
router). The Asterisk servers serve
IVR/RINGGROUPS/OUTBOUNDTRUNKS/INBOUNDROUTES/OUTBOUNDROUTES. The Sip
Router would therefore route all SIP traffic between the phones and the
Asterisk servers, ad the phones would register to the SIP Router. I have
tried many solutions (Kamailio, OpenSER, siproxd, Brekeke), but have not
been able to configure these services to work the way we want them to. I
am including a chart along with this email to outline what we would like
to accomplish.
Any suggestions or guides would be immensely appreciated.
Thank you all for your time.
Kevin Farrell Pelletier - Technicien informatique
TI // Réseautique // Téléphonie IP // Programmation
IT // Networking // VoIP // Application development
9060, boul Parkway, Anjou, Québec, Canada H1J1N5
Téléphone / Phone : 514.907.2000 Ext.203
F : 1.888.582.4001 - SF/TF : 1.855.907.2001 Web :
<http://www.connextek.ca/> www.connextek.ca
Pensez ENVIRONNEMENT, c'est important: n'imprimez que si nécessaire
Consider the ENVIRONMENT before printing
Hi,
Sorry, but I just want to know the meaning of "shmized", I can't find it in the dictionary, thank you very much.
typedef struct _cfg_group {
int num; /*!< number of variables within the group */
cfg_mapping_t *mapping; /*!< describes the mapping betweeen
the cfg variable definition and the memory block */
char *vars; /*!< pointer to the memory block where the values
are stored -- used only before the config is
shmized. */
--
Best Regards,
Shengy
Hi everyone.
I have enjoyed talk about realtime of last FOSDEM, talk about K. was good.
I want to know how do you solve sip dialogs with mobile? actually I know REGISTER is important to authenticate and this request generally last 1hour until then you have to register again.
How to solve that for mobile telephony (and what about idle) ? do cellular phone use this schema ? you have to go UDP ? does TCP comes better to handle mobile telephony?
I want to ask about IMS as well :-)
I heard many good things about Image Multimedia Systems, but in concrete terms what is it?
Does IMS target mobile only ? i heard about Boghe, it has many more parameters regarding DNS SRV and extra options. What's so different from my traditionnal Linphone ?
thx you