[Asterisk-Users] Problem with options to "Dial" application

Kevin P. Fleming kpfleming at digium.com
Tue May 23 16:58:14 MST 2006


Álvaro Palma wrote:

> [test_context]
> exten => 1234,1,Dial(SIP/test,15,G(text_context,1234,2),j) ; With "j" flag

This is wrong; multiple options to Dial go into the same argument
position, not separated.

exten => 1234,1,Dial(SIP/test,15,G(text_context,1234,2)j)

should do what you want.



More information about the asterisk-users mailing list