[asterisk-users] callfiles.call

Salaheddine Elharit salah.elharit200 at gmail.com
Fri Jan 31 12:16:21 CST 2014


hello list,

i have created a callfiles with my asterisk 1.4.43 like:

Channel: SIP/watara/06xxxxxxxx
MaxRetries: 10
RetryTime: 5
WaitTime: 20
Context: mycontext
Extension: s
Priority: 1


extensions.conf

mycontext
exten => s,1,Ringing()
exten => s,n,Playback(hello-world)
exten => s,n,Dial(SIP/105)
exten => s,n,Hangup()


it works with one number how can i do in order to create a callfiles with a
lot of numbers


i try to create a callfiles.call  like that

Channel: SIP/watara/0661xxxxxx
MaxRetries: 10
RetryTime: 5
WaitTime: 20
Context: mycontext
Extension: s
Priority: 1

Channel: SIP/watara/0669xxxxxx
MaxRetries: 10
RetryTime: 5
WaitTime: 20
Context: mycontext
Extension: s
Priority: 1

but he call only the last number,

any help please

thanks and regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140131/82edddf2/attachment.html>


More information about the asterisk-users mailing list