[Freeswitch-users] Problem with continue in extension.

2009-03-11 Thread mszlazak
I have the following in my dialplan. Individually, each extension does what it's suppose to do when dialing . However, if I place continue=true in the first extension then it alone gets executed and the succeeding extension does not. I thought condition=true would allow the extension

[Freeswitch-users] Waiting for playing a file as early media

2009-03-11 Thread Helmut Kuper
Hello, I'm looking for a way to play a file exactly once in early media state of a call and then do e.g. a 302 reply. When I try it via ring_ready and ringback The playback immediately stops, when I send a respond. regards Helmut ___ Freeswitch-users

Re: [Freeswitch-users] Rewriting Remote Party ID

2009-03-11 Thread rod
thanks a lot Anthony, I consider the work is done and I did the paypal transfer of 200$. But I'll be happy if you could do some minor changes: I used this in the dialplan: action application=bridge

Re: [Freeswitch-users] Problem with continue in extension.

2009-03-11 Thread Michael Jerris
The continue works fine, it just hangs up befoer that due to: action application=set data=hangup_after_bridge=true/ Mike On Mar 11, 2009, at 2:46 AM, mszla...@aol.com wrote: I have the following in my dialplan. Individually, each extension does what it's suppose to do when

[Freeswitch-users] Where does the FS keep the call-id list?

2009-03-11 Thread shawn lin
Hi all, I am new to FreeSwitch, I have a question when using SIPp - FreeSwitch - SIPp. The SIPp UAC create many calls and the SIPp UAS does reveive them. I wonder if anyone can tell me, where does the FreeSwitch keep the call-ids? Is there a list to contain all the call-id? If there is a

Re: [Freeswitch-users] Waiting for playing a file as early media

2009-03-11 Thread Michael Jerris
If your actually playing back a file (that blocks) it should work fine. Ringback goes in the background so it doesn't wait for it to finish before it does the ringback Mike On Mar 11, 2009, at 4:07 AM, Helmut Kuper wrote: Hello, I'm looking for a way to play a file exactly once in early

Re: [Freeswitch-users] Waiting for playing a file as early media

2009-03-11 Thread Helmut Kuper
Hi Mike, Thank you! regards Helmut On 11.03.2009 12:36, Michael Jerris wrote: If your actually playing back a file (that blocks) it should work fine. Ringback goes in the background so it doesn't wait for it to finish before it does the ringback

Re: [Freeswitch-users] Waiting for playing a file as early media

2009-03-11 Thread Helmut Kuper
Hi again, it works good. Can I assign a sleep to playback somehow to avoid loose of phrases at the beginning? regards Helmut On 11.03.2009 13:22, Helmut Kuper wrote: Hi Mike, Thank you! regards Helmut On 11.03.2009 12:36, Michael Jerris wrote: If your actually playing back a file

[Freeswitch-users] No DTMF received from PSTN when using bind_meta_app during bridge between softphone ext 1000 and PSTN.

2009-03-11 Thread Shahal Hazan
Hi, After I call the external number successfully, I'm able to receive DTMF from the softphone but the PSTN's DTMF doesn't work. I am able to change the mute status during a conference from the same PSTN. I had a look at: http://wiki.freeswitch.org/wiki/Dtmf_troubleshooting but it didn't help. I

Re: [Freeswitch-users] Rewriting Remote Party ID

2009-03-11 Thread rod
ok, almost perfect :p using this in dialplan: {sip_cid_type=rpid,origination_caller_id_number=00${CALLER_NUMBER},origination_caller_id_name=test,originatio\ n_privacy=screen+hide_name+hide_number,sip_from_uri=sip:anonym...@anonymous.invalid}sofia/ss7/00${destination_numb...@${gw_ip} I

[Freeswitch-users] suggestions to application

2009-03-11 Thread roberto
Hello, I have an app write in php running with asterisk for calling cards, i would like to migrate everything to freeswitch, but i think that fs has almost everything that a calling card need read to use.. I´m looking for suggestion on some features like: Accounting Rate Billing Route Please

Re: [Freeswitch-users] Rewriting Remote Party ID

2009-03-11 Thread Anthony Minessale
oops hit send too soon, try now using sip_from_display variable to control the display field in the from url On Wed, Mar 11, 2009 at 10:14 AM, Anthony Minessale anthony.miness...@gmail.com wrote: try now On Wed, Mar 11, 2009 at 9:09 AM, rod kawa...@laposte.net wrote: ok, almost

Re: [Freeswitch-users] Rewriting Remote Party ID

2009-03-11 Thread Anthony Minessale
try now On Wed, Mar 11, 2009 at 9:09 AM, rod kawa...@laposte.net wrote: ok, almost perfect :p using this in dialplan: {sip_cid_type=rpid,origination_caller_id_number=00${CALLER_NUMBER},origination_caller_id_name=test,originatio\

[Freeswitch-users] C API session and channels questions

2009-03-11 Thread Chris Danielson
Hello Guys, I have a question regarding how I can do the following within the FS C API. What API can I use to list the current channels and sessions? What I have already in place is a generic FS module capable of serializing any sort of C data and storing it onto another device or caching

Re: [Freeswitch-users] Waiting for playing a file as early media

2009-03-11 Thread Michael Collins
it works good. Can I assign a sleep to playback somehow to avoid loose of phrases at the beginning? Are you playing just a single file? You can use the phrase macros to create a pause at the beginning of your playback. Or you can cheat and prepend a few hundred (or thousand) milliseconds of

Re: [Freeswitch-users] suggestions to application

2009-03-11 Thread Michael Collins
I´m looking for suggestion on some features like: Accounting Rate Billing Route There's nothing out-of-box ready, but you should look at these mods: mod_nibblebill - real-time billing mod_lcr - outbound routing mod_easyroute - inbound routing Start with the wiki: http:wiki.freeswitch.org

Re: [Freeswitch-users] No DTMF received from PSTN when using bind_meta_app during bridge between softphone ext 1000 and PSTN.

2009-03-11 Thread Michael Collins
After I call the external number successfully, I’m able to receive DTMF from the softphone but the PSTN’s DTMF doesn’t work. We definitely don't want to assume anything, so I have to ask the obvious questions: who is the provider? are the DTMFs in-band or RFC2833? Any chance you can turn on

Re: [Freeswitch-users] C API session and channels questions

2009-03-11 Thread Michael Collins
On Wed, Mar 11, 2009 at 8:25 AM, Chris Danielson ch...@maxpowersoft.com wrote: Hello Guys, I have a question regarding how I can do the following within the FS C API. The devs love it when people get down and dirty with FS! However, this thread is definitely better suited for the

Re: [Freeswitch-users] C API session and channels questions

2009-03-11 Thread Chris Danielson
Michael, Thanks! I'm joining up now. Regards, Chris Michael Collins wrote: On Wed, Mar 11, 2009 at 8:25 AM, Chris Danielson ch...@maxpowersoft.com wrote: Hello Guys, I have a question regarding how I can do the following within the FS C API. The devs love it when people get down

Re: [Freeswitch-users] STUN error

2009-03-11 Thread Kristian Kielhofner
On Mon, Mar 9, 2009 at 11:09 PM, Will Smith willbel...@yahoo.com wrote: Thank you Brian, it works like a champ. Yes, west philadelfia born and raised? On a playground is where I spent most of my days... -- Kristian Kielhofner http://blog.krisk.org http://www.submityoursip.com

Re: [Freeswitch-users] Waiting for playing a file as early media

2009-03-11 Thread Helmut Kuper
Hi Mike, yes, it's just one single file. I had the same idea to cheat a bit, but a dynamic solution is better ... will test the phrase macros. thx for the hint! regards helmut On 11.03.2009 16:40, Michael Collins wrote: it works good. Can I assign a sleep to playback somehow to avoid loose

Re: [Freeswitch-users] STUN error

2009-03-11 Thread SP
On Wed, Mar 11, 2009 at 11:32, Kristian Kielhofner kristian.kielhof...@gmail.com wrote: On Mon, Mar 9, 2009 at 11:09 PM, Will Smith willbel...@yahoo.com wrote: Thank you Brian, it works like a champ. Yes, west philadelfia born and raised? On a playground is where I spent most of my days...

Re: [Freeswitch-users] Problem with continue in extension.

2009-03-11 Thread mszlazak
I changed that tag so that hangup_after_bridge is false: ?action application=set data=hangup_after_bridge=false/ but I still don't get the .js application working which is nothing more than a test script that ran if I dialed it's extension with the preceding one commented out: s = new

Re: [Freeswitch-users] Problem with continue in extension.

2009-03-11 Thread Michael Collins
On Wed, Mar 11, 2009 at 9:42 AM, mszla...@aol.com wrote: I changed that tag so that hangup_after_bridge is false:  action application=set data=hangup_after_bridge=false/ but I still don't get the .js application working which is nothing more than a test script that ran if I dialed it's

[Freeswitch-users] bridge to gateway overwrites effective caller id with username

2009-03-11 Thread Christian Benke
Hi! I've recently started to configure a freeswitch for our new office pbx and so far i like it very much(Coming from asteriskopenser with 2 years experience at a ITSP. Openser was nice but i didn't like asterisk for several reasons, so i searched for a more stable and cleaner alternative.

Re: [Freeswitch-users] Problem with continue in extension.

2009-03-11 Thread mszlazak
Mike, no luck with that either. I still need to see this through but another related approach will be needed later so I'll ask now. Does FreeSwitch have some script or something to set up an auto dialer. Basically, I want to be able the store some caller info then have FS automatically

Re: [Freeswitch-users] suggestions to application

2009-03-11 Thread roberto
thanks On Wed, Mar 11, 2009 at 12:46 PM, Michael Collins m...@freeswitch.org wrote: I´m looking for suggestion on some features like: Accounting Rate Billing Route There's nothing out-of-box ready, but you should look at these mods: mod_nibblebill - real-time billing mod_lcr - outbound

Re: [Freeswitch-users] Problem with continue in extension.

2009-03-11 Thread Michael Collins
On Wed, Mar 11, 2009 at 10:42 AM, mszla...@aol.com wrote: Mike, no luck with that either. You may have to get fancy and use the transfer app and create an extension like this: extension name=cleanup condition field=destination_number expression=^(CLEANUP)$ action application=do

Re: [Freeswitch-users] FS Confusion with multiple SIP Record-Route headers?

2009-03-11 Thread Kristian Kielhofner
On Wed, Mar 11, 2009 at 2:54 PM, Michael Collins m...@freeswitch.org wrote:  This is currently running trunk rev 12218 but I'm about to update to 12571 to see what happens. To quote Samuel L. Jackson in Jurassic Park: Hold on to your butts! -MC Yeah, I know. It's just that it's an

Re: [Freeswitch-users] STUN error

2009-03-11 Thread Raymond Chandler
SP wrote: On Wed, Mar 11, 2009 at 11:32, Kristian Kielhofner kristian.kielhof...@gmail.com wrote: On Mon, Mar 9, 2009 at 11:09 PM, Will Smith willbel...@yahoo.com wrote: Thank you Brian, it works like a champ. Yes, west philadelfia born and raised? On a playground is where I

Re: [Freeswitch-users] Rewriting Remote Party ID

2009-03-11 Thread Raymond Chandler
Anthony Minessale wrote: try now using sip_from_display variable to control the display field in the from url It would be awesome if someone from the community would document all of these nice new variables on the wiki. -Ray ___ Freeswitch-users

Re: [Freeswitch-users] STUN error

2009-03-11 Thread Karl Vesterling
Best Regards, Karl J. Vesterling k...@ken-ton.com 202-448-3009 x0 On Mar 11, 2009, at 6:19 PM, Raymond Chandler wrote: SP wrote: On Wed, Mar 11, 2009 at 11:32, Kristian Kielhofner kristian.kielhof...@gmail.com wrote: On Mon, Mar 9, 2009 at 11:09 PM, Will Smith willbel...@yahoo.com wrote:

Re: [Freeswitch-users] STUN error

2009-03-11 Thread Brian West
On Mar 11, 2009, at 7:19 PM, Karl Vesterling wrote: OK, couldn't resist shootin' some B-Ball outside the school When a couple a' guys who were up to no good Started making trouble in my neighbourhood I got in one little fight and my mom got scared And said youre moving with your aunte and

Re: [Freeswitch-users] FS Confusion with multiple SIP Record-Route headers?

2009-03-11 Thread Kristian Kielhofner
On Wed, Mar 11, 2009 at 2:54 PM, Michael Collins m...@freeswitch.org wrote:  This is currently running trunk rev 12218 but I'm about to update to 12571 to see what happens. To quote Samuel L. Jackson in Jurassic Park: Hold on to your butts! -MC Just got around to trying again on 12571 -

Re: [Freeswitch-users] FS Confusion with multiple SIP Record-Route headers?

2009-03-11 Thread Kristian Kielhofner
After reading into this more it looks like the Record-Route headers are to be parsed in reverse order (which FS is doing). Sorry! On Wed, Mar 11, 2009 at 10:54 PM, Kristian Kielhofner kristian.kielhof...@gmail.com wrote: On Wed, Mar 11, 2009 at 2:54 PM, Michael Collins m...@freeswitch.org

Re: [Freeswitch-users] FS Confusion with multiple SIP Record-Route headers?

2009-03-11 Thread Brian West
Its ok... at the very least you question the norm! ;) /b On Mar 11, 2009, at 10:13 PM, Kristian Kielhofner wrote: After reading into this more it looks like the Record-Route headers are to be parsed in reverse order (which FS is doing). Sorry!

Re: [Freeswitch-users] FS Confusion with multiple SIP Record-Route headers?

2009-03-11 Thread Brian West
;) I expect to see you at cluecon this year? /b On Mar 11, 2009, at 10:29 PM, Kristian Kielhofner wrote: Aww, thanks Brian! On Wed, Mar 11, 2009 at 11:18 PM, Brian West br...@freeswitch.org wrote: Its ok... at the very least you question the norm! ;) /b

Re: [Freeswitch-users] FS Confusion with multiple SIP Record-Route headers?

2009-03-11 Thread Michael S Collins
On Mar 11, 2009, at 8:34 PM, Brian West br...@freeswitch.org wrote: ;) I expect to see you at cluecon this year? /b Notice how he threw in a compliment and an invite to CC but didn't actually address the question? ;) pretty sneaky bkw! BTW, the best way to come to CC is to get your boss

Re: [Freeswitch-users] FS Confusion with multiple SIP Record-Route headers?

2009-03-11 Thread Brian West
I'm like bugs bunny here... sneaky wabbit! /b On Mar 11, 2009, at 10:50 PM, Michael S Collins wrote: On Mar 11, 2009, at 8:34 PM, Brian West br...@freeswitch.org wrote: ;) I expect to see you at cluecon this year? /b Notice how he threw in a compliment and an invite to CC but didn't

Re: [Freeswitch-users] How to notify wireless phones about unread voicemails

2009-03-11 Thread Ken Rice
When you say wireless do you mean like Cellular Phone? From: Adam Wilt wiltingt...@gmail.com Reply-To: freeswitch-users@lists.freeswitch.org Date: Thu, 12 Mar 2009 01:02:46 -0400 To: freeswitch-users@lists.freeswitch.org Subject: [Freeswitch-users] How to notify wireless phones about unread