Displaying 2 results from an estimated 2 matches for "krepper".
Did you mean:
drepper
2005 Aug 20
2
Realtime sip_buddies "register=>" how?
Hi all
I've been doing some testing on realtime using mysql, an have a little
question that could not find the answer to or maybe its not posible at this
time.
Is there a way use "register=>......" on a DB using realtime. For the moment I
use it in sip.conf. It will help me a lot if this could be store on a DB
somehow.
commets or sugestions .... ?
thanks
Billy
2005 Aug 26
1
realtime sip channel configuration -> insecure option
...{
if (port && invite)
return "port,invite";
else if (port)
return "port";
else if (invite)
return "invite";
else
return "no";
}
thanks
Guillermo Krepper