View previous topic :: View next topic |
Author |
Message |
zyyzj2 at gmail.com Guest
|
Posted: Fri Oct 23, 2009 8:47 am Post subject: [Freeswitch-users] dynamic gateway |
|
|
hello, all,
I want bridge call to gateway without register.
Example:
<action application="bridge" data="sofia/sipinterface_1/$1@192.168.111.101:5060"/>
Error is : sofia_reg.c:1568 No Matching gateway found
My purpose is the gateway is realtime changed from script(etc lua, php...).
How can I do that?
--
We Create The World! |
|
Back to top |
|
|
sicfslist at gmail.com Guest
|
Posted: Fri Oct 23, 2009 10:12 am Post subject: [Freeswitch-users] dynamic gateway |
|
|
Hello:
Your issue is that this portion of the above string "sipinterface_1" has to be a valid sip profile. To do this:
-- determine the appropriate sip profile you want to use (usually external)
-- send the traffic to whatever ip you want via this portion of your string $1@192.168.111.101:5060
You can't dynamically change the /sipinterface_1/ parameter.
SDR |
|
Back to top |
|
|
saeedahmad1981 at gmai... Guest
|
Posted: Fri Oct 23, 2009 10:16 am Post subject: [Freeswitch-users] dynamic gateway |
|
|
what you get if you run
sofia status profile sipinterface_1
- SAT
On Fri, Oct 23, 2009 at 4:58 PM, Shelby Ramsey <sicfslist@gmail.com (sicfslist@gmail.com)> wrote:
|
|
Back to top |
|
|
|