search for: _393

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

Did you mean: 393
2006 Feb 07
1
asterisk to FWD
Hello all, Here is my problem, I try to place a call to FWD (free world dialup) trough my asterisk PBX. my config is as follow: extensions.conf ---------------- [internal] exten => 613,1,Dial(IAX2/iaxfwd-outbound/613) (service echo de FWD) exten => xxxxxx,1,Dial(IAX2/iaxfwd-outbound/xxxxxx) mon numero FWD exten => yyyyyy,1,Dial(IAX2/iaxfwd-outbound/yyyyyy) celui d'un ami FWD
2007 Mar 21
4
FWD outgoing problem
I have configured iax.conf and extensions.conf as instructed on FWD website (http://www.freeworlddialup.com/help/?p=knowledgebase&c=18&a=76) and I can successfully receive calls and make test calls to 612, 613, etc. The problem is that I can not make a call to another FWD user. Here is what asterisk says: -- Executing [393xxxxxx@default:1] Set("Zap/1-1",
2007 Oct 04
2
Voicemail/dtmf not working?
...exten => i,2,Goto(s,2) exten => 100,1,Dial(${ALANL},10) exten => 100,2,VoiceMail(u100) exten => 100,102,VoiceMail(b100) exten => 100,3,Hangup() [internal] include => outbound-local ; My ekiga SoftPhone exten => 100,1,Dial(${ALANL},,r) ;Outbound to FreeWorlDialup exten => _393.,1,SetCallerId,${FWDCIDNAME} exten => _393.,2,Dial(IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:3},60,r) exten => _393.,3,Congestion ; Local echo test exten => 611,1,Answer() exten => 611,2,PlayBack(demo-echotest) exten => 611,3,Echo() exten => 611,4,PlayBack(demo-ec...
2004 Jun 24
1
Delay in Zap Calls?
I have this line in my extensions.conf, exten => _393.,1,Dial(ZAP/${EXTEN:3},20,tr) when I make a zap call, it gives me two rings and then makes the zap call. Is there is a way I can make the call immediate? Kannaiyan