[asterisk-users] Inserting a wait in a sip dial
    Olle E. Johansson 
    oej at edvina.net
       
    Tue Jan 12 14:40:03 CST 2010
    
    
  
12 jan 2010 kl. 20.56 skrev David Gibbons:
> <snip>
> 'w' is really only supported on channels where digit-by-digit dialing is
> the  norm, which generally means analog trunks (or digital trunks using
> CAS signaling).
> 
> </snip>
> 
> Thanks Kevin, that's what I figured (though not quite so concisely)...
> 
> Going foward, is there any way to programmatically inject DTMF tones into an already-bridged channel?
> 
> So:
> 
> 1. dial 12345
> 2. connect SIP provider to * extension
> 3. wait 2 seconds programmatically
> 3. inject 567 DTMF tones into channel to signal remote PBX of extension to dial
> 
> I'm hoping there's another way to skin this cat.
> 
From "show application dial"
D([called][:calling]) - Send the specified DTMF strings *after* the called
           party has answered, but before the call gets bridged. The 'called'
           DTMF string is sent to the called party, and the 'calling' DTMF
           string is sent to the calling party. Both parameters can be used
           alone.
/O
    
    
More information about the asterisk-users
mailing list