search for: voicepulse_gateway_out_a

Displaying 4 results from an estimated 4 matches for "voicepulse_gateway_out_a".

2006 Dec 21
2
Insert 1+areacode for VOIP calls
...se. It works fine with the exception that people need to enter the 1+area code for local calls. I'd like to get around this if possible. The following is what I have in my extensions.conf.. exten => _1NXXNXXXXXX,1,Set(CALLERID(num)=6162997590) exten => _1NXXNXXXXXX,n,Dial(IAX2/${VOICEPULSE_GATEWAY_OUT_A}/${EXTEN}) exten => _1NXXNXXXXXX,n,GotoIf($[${DIALSTATUS}=CHANUNAVAIL]?${EXTEN}|500) exten => _1NXXNXXXXXX,500,Dial(IAX2/${VOICEPULSE_GATEWAY_OUT_B}/${EXTEN}) Is there a way I can create a _NXXXXXX extension and insert 1 and areacode when dialing? Any help appreciated, Phil --...
2008 Feb 27
1
simultaneous ring problem
I've got this in extensions.conf: [macro-stdexten] exten => s,1,Dial(${ARG2},30,p) exten => 6015555555,1,Macro(stdexten,200,SIP/200&SIP/201&SIP/203&SIP/${VOICEPULSE_GATEWAY_OUT_A}/+15045555555) Where the real numbers have been replaced with 5555555. What I'm trying to do is ring my cell phone in addition to the local extensions. Funny thing is the cell phone rings and I can press 1 to connect the call, but if I remove the 'p' from the Dial command the cell...
2006 Dec 08
1
cal recording with email
...the emails go out without a problem. [rec-tt-trunkdial] exten=>_*91NXX.,1,SetVar(CALLFILENAME=${TIMESTAMP}:${CALLERIDNUM}) exten=>_*91NXX.,n,Monitor(gsm,/var/spool/asterisk/monitor/${CALLFILENAME },m) exten=>_*91NXX.,n,Set(CALLERID(num)=7188233325) exten=>_*91NXX.,n,Dial(IAX2/${VOICEPULSE_GATEWAY_OUT_A}/${EXTEN:2},,gtTr ) exten=>_*91NXX.,n,Wait(5) exten=>_*91NXX.,n,System(cat /etc/macro-text | mailx -a /var/spool/asterisk/monitor/ ${CALLFILENAME}.gsm -s "Recorded" jromero@euscorp.com) exten=>_*91NXX.,n,Hangup() This is my asterisk console output: Connected to Aste...
2006 Nov 20
4
Auto recording calls?
Howdy, folks. I'm having a problem finding a way to auto-record calls (both incoming and outgoing). I know how to make it so either party can initiate recording, but I want it done as soon as both ends are connected (or prior to that if that's what it takes). It's probably right in front of me and I'm just missing it. Any help would be much appreciated. Thanks, Jay