On Mon, 14 Feb 2011 14:21:50 +0100, Gilles <[email protected]>
wrote:
>Could it be that while we're in the dialplan after getting a call from
>the FXO, the FXO is just not available until after we exit the
>dialplan?

Made some progress: Asterisk can dial my cellphone if the callback
goes through an SIP trunk instead of reusing the FXO:

============
[from_fxo]
;Wait for RINGs to stop. Poor man's call progress
exten => s,1,Wait(15)
exten => s,n,Hangup

;to be totally positive FXO is available
exten => h,1,Wait(30)
exten => h,n,Dial(Local/start@callback)

[callback]
;BAD exten => start,n,Dial(Zap/1/${IPPI})
exten => start,n,Dial(SIP/vosp/${GSM})
exten => start,n,Hangup
============


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to