Re: [SR-Users] Communicate with Kamailio through external application

2013-10-01 Thread Grant Bagdasarian
PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Communicate with Kamailio through external application Hi, You are not doing anything wrong - on very quick inspection of the code it appears you won't be able to issue the command via the xhttp_rpc module. So other than changing DB

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-30 Thread Charles Chance
MI. It must match a URL to which the > RPC is bound. > > Is this referring to the binrpc modparam? > > ** ** > > Any tips? > > ** ** > > *From:* sr-users-boun...@lists.sip-router.org [mailto: > sr-users-boun...@lists.sip-router.org] *On Behalf Of *Charl

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-30 Thread Grant Bagdasarian
ip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Charles Chance Sent: Saturday, September 28, 2013 9:42 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Communicate with Kamailio through external application Hi, It would appear then that unixodbc support

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Charles Chance
@lists.sip-router.org] *On Behalf Of *Charles Chance > *Sent:* Friday, September 27, 2013 2:36 PM > > *To:* Kamailio (SER) - Users Mailing List > *Subject:* Re: [SR-Users] Communicate with Kamailio through external > application > > ** ** > > Hi,*

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Charles Chance
ot;Attributes") > > modparam("dispatcher", "flags", 2) > > modparam("dispatcher", "dst_avp", "$avp(dsdst)") > > modparam("dispatcher", "grp_avp", "$avp(dsgrp)") > > modparam(&

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Grant Bagdasarian
-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Charles Chance Sent: Friday, September 27, 2013 2:10 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Communicate with Kamailio through external application Hi, I think you are mixing

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Charles Chance
t;dispatcher", "flags_col", "Flags") > > modparam("dispatcher", "attrs_col", "Attributes") > > modparam("dispatcher", "flags", 2) > > modparam("dispatcher", "dst_avp", "$a

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Grant Bagdasarian
p of Kamailio. kamctl fifo ds_list shows the table data. From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Grant Bagdasarian Sent: Friday, September 27, 2013 1:39 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Communicate

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Grant Bagdasarian
: [SR-Users] Communicate with Kamailio through external application Hi, Have you added the appropriate listen= and/or port= directive to your config? http://www.kamailio.org/wiki/cookbooks/4.0.x/core#listen http://www.kamailio.org/wiki/cookbooks/4.0.x/core#port Also make sure you have not disabled

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Charles Chance
so maybe I’m just wrong. > > ** ** > > Also, I don’t see Kamailio binding to the HTTP port. > > The xhttp_rpc_root param only allows alphanumeric values, so I can’t > specify a full URL. > > ** ** > > ** ** > > ** ** > > *From:* sr-user

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Grant Bagdasarian
ly. From: sr-users-boun...@lists.sip-router.org<mailto:sr-users-boun...@lists.sip-router.org> [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Charles Chance Sent: Wednesday, September 25, 2013 1:12 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Communicate

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-27 Thread Grant Bagdasarian
Users Mailing List Subject: Re: [SR-Users] Communicate with Kamailio through external application Hi, Take a look at http://www.kamailio.org/docs/modules/stable/modules/xhttp_rpc.html, which allows you to receive/handle RPC commands over HTTP. Then use the appropriate RPC command in dispatcher modu

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-25 Thread Charles Chance
Hi, Take a look at http://www.kamailio.org/docs/modules/stable/modules/xhttp_rpc.html, which allows you to receive/handle RPC commands over HTTP. Then use the appropriate RPC command in dispatcher module to reload table: http://www.kamailio.org/docs/modules/stable/modules/dispatcher.html#idp16998

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-25 Thread Victor Seva
2013/9/25 Grant Bagdasarian : > Is there an easy way of doing this with an already existing module, which > provides easy connectivity from the outside? Maybe this[0]? [0] http://kamailio.org/docs/modules/4.0.x/modules/mi_xmlrpc.html ___ SIP Express Ro

[SR-Users] Communicate with Kamailio through external application

2013-09-25 Thread Grant Bagdasarian
Hello, When adding rows to the dispatcher table, the table in memory needs to be refreshed. Since we have multiple Kamailio instances running on different machines, I'd like to automate the process of reloading the table. Is there an easy way of doing this with an already existing module, which