That's really weird, why are not ACKing the first 200 OK? Is this on
purpose?
On Wed, Apr 20, 2016 at 8:37 AM 张顺通 wrote:
> I want to distinguish the Retransmission 200 OK(INVITE), not the first 200
> OK(INVITE) or every 200 OK(INVITE)
>
> Every 200 OK will request port from rtpproxy, but The cal
1. # if caller is not local subscriber, then check if it calls
2. # a local destination, otherwise deny, not an open relay here
3. if (from_uri!=myself && uri!=myself) {
4. sl_send_reply("403","Not relaying");
5. exit;
6. }
ᐧ
On Wed, Dec 23, 2015
Hello list,
I've been given a task to setup a predictive dialer with for 8000+ agents
taking accepted calls in a queue.
I've done this for a much smaller setup in freeSWITCH but i recently saw
that kamailio has a mohqueue (which i already setup as a PoC) that might
work for this.
My question is wh
Hello,
I had already gotten it to work, thanks!
David
On Sat, Nov 14, 2015 at 7:15 AM Sebastian Damm wrote:
> Hi,
>
> Kamailio tells you, what's wrong.
>
> On Sat, Nov 14, 2015 at 1:32 AM, David Villasmil Govea <
> david.villas...@gmail.com> wrote:
>
>
Hello all,
I installed kamailio on debian from kamailio's apt repository. Configured
it with kamdbctl, started it up properly, no issues.
I configured mysql also, worked properly.
Next i loaded up "mohqueue" and everything went to hell :)
This is my config:
loadmodule "mohqueue.so"
# - moh
Hello guys,
I'm trying to startup 4.3 and i'm getting the following:
0(4420) DEBUG: [db_row.c:117]: db_allocate_row(): allocate 192
bytes for row values at 0x7fe6bf6b5a48
0(4420) DEBUG: [db_val.c:74]: db_str2val(): converting INT [1]
0(4420) DEBUG: [db_val.c:118]: db_str2val(): converting
Hello Guys,
I'm new to this list.
I'm trying to setup a queue with 4.3.3 (x86_64/linux) and I see a couple of
things i'm wondering about:
- kamdbctl created the table "mohqueues" and the associated value in the
"version" tables. Whereas kamailio uses "mohqueue" (no extra "s" at the
end).
- after