This sounds like a bug to me, please open up an issue on
http://jira.FreeSWITCH.org
Mike
On Feb 22, 2010, at 2:16 AM, rentmycoder rentmycoder wrote:
> Hi guys,
> Freeswitch Rocks!
>
> I use latest trunk on Win7 and if I call in lua on A-leg in that order:
> session:setHangupHook()
> session:se
Hi guys,
Freeswitch Rocks!
I use latest trunk on Win7 and if I call in lua on A-leg in that order:
session:setHangupHook()
session:setInputCallback()
session:streamFile()
session:unsetInputCallback()
than the HangupHook does not get called.
If I reissue session:setHangupHook() again then HangupHoo
Hi
Take a look at: http://wiki.freeswitch.org/wiki/Mod_limit#limit_hash_execute
Also, please use the -users list for non-development-related questions.
Thanks
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mr...@avgs.ca
On 22-Feb-10, at 1
Hi Guys,
Freeswitch Rocks!
I would need to limit calls on outgoing profiles, eg. use maximum 2
calls on profile#1, if call count reached then use profile#2.
In Asterisk I used Group()=trunk#1 and GROUP_COUNT(trunk#1) to achive
this but cannot find any usefull hint how to do this using
Freeswitch..
I am not sure how many folks make use of the Doxygen documentation. I
know I do all the time. I find that it provides a nice conceptual view
of FreeSWITCH's API, which can make it very easy to find the functions
and data types needed for writing modules for FreeSWITCH.
A person by the name of