[asterisk-users] callfiles.call

Daniel Jenkins dan.jenkins88 at gmail.com
Fri Jan 31 12:24:09 CST 2014


On Fri, Jan 31, 2014 at 6:16 PM, Salaheddine Elharit <
salah.elharit200 at gmail.com> wrote:

> hello list,
>


Hi


>
> 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,
>

>From my limited knowledge about call files, you need 1 file per call.

So you'd make two files in this instance,

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Call+Files

I may be wrong, if I am, someone will tell me so, but I'm pretty sure it's
1 file per call you want, as each file has 1 set of instructions for the
dialplan


>
> any help please
>
> thanks and regards
>

Dan


>
> --
> _____________________________________________________________________
> -- 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140131/9640f07f/attachment.html>


More information about the asterisk-users mailing list