Re: [asterisk-users] Need help about round-robin

2013-03-25 Thread Salaheddine Elharit
thanks a lot i will test and i will update you as soon as i have any
problem

2013/3/22 Asghar Mohammad asghar...@gmail.com

 your dialplan nothing to do with bandwidth it dial out to digium card what
 ever come in.
 1.
 if your providers calls come in via digium card and you want send out
 using sip or any other tech. then use context defined in group 1 for
 provider 1 and context defined in group 2 for provider 2.
 2.
 if your providers come in using sip just give him deferent ips, provider 1
 send to wimax ip and provider to FH.
 or explain if you are using other scenario.


 On Fri, Mar 22, 2013 at 7:14 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 yes i want to use the burden-sharing between Wimax and FH using a diguim
 cards


 2013/3/22 Asghar Mohammad asghar...@gmail.com

 hi,
 i think we miss understood you Question?
 you need round robin on tdm trunk or on 2 internet connections?
 what are you asking about   burden-sharing between Wimax and FH?


 On Fri, Mar 22, 2013 at 4:24 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 ok thank you so much i use dial(zap/r2) instead of g2 and it works
 without problem



 now my question i have 2 providers i use g1 for the first and g2 for
 the second



 if i understand i must use r1 instead of g1 for the first provider and
 r2 instead of g2 for the second provider in order to use the burden-sharing
 between Wimax and FH


 thanks and regards

 2013/3/21 Asghar Mohammad asghar...@gmail.com

 hi,

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup()

 Note r in Dial.
 you can use r for Ascending and R for Descending order

 On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten =
 _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i
 use the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the
 leading slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice:
 +1-760-468-3867 PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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



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



 --
 _
 -- Bandwidth and Colocation Provided by 

Re: [asterisk-users] Need help about round-robin

2013-03-22 Thread Salaheddine Elharit
ok thank you so much i use dial(zap/r2) instead of g2 and it works without
problem



now my question i have 2 providers i use g1 for the first and g2 for the
second



if i understand i must use r1 instead of g1 for the first provider and r2
instead of g2 for the second provider in order to use the burden-sharing
between Wimax and FH


thanks and regards

2013/3/21 Asghar Mohammad asghar...@gmail.com

 hi,

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup()

 Note r in Dial.
 you can use r for Ascending and R for Descending order

 On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i use
 the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the leading
 slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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



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

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

Re: [asterisk-users] Need help about round-robin

2013-03-22 Thread Bharat Lalcheta
Ya u r right. Value of 1 in r1 or g1 is group you mentioned in zapata.conf
On Mar 22, 2013 8:54 PM, Salaheddine Elharit salah.elharit...@gmail.com
wrote:

 ok thank you so much i use dial(zap/r2) instead of g2 and it works without
 problem



 now my question i have 2 providers i use g1 for the first and g2 for the
 second



 if i understand i must use r1 instead of g1 for the first provider and r2
 instead of g2 for the second provider in order to use the burden-sharing
 between Wimax and FH


 thanks and regards

 2013/3/21 Asghar Mohammad asghar...@gmail.com

 hi,

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup()

 Note r in Dial.
 you can use r for Ascending and R for Descending order

 On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i
 use the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the
 leading slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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



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



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

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

Re: [asterisk-users] Need help about round-robin

2013-03-22 Thread Salaheddine Elharit
Hello bharat,

ok thank you so much for your help and support now i understand :)

2013/3/22 Bharat Lalcheta bharatlalch...@gmail.com

 Ya u r right. Value of 1 in r1 or g1 is group you mentioned in zapata.conf
 On Mar 22, 2013 8:54 PM, Salaheddine Elharit salah.elharit...@gmail.com
 wrote:

 ok thank you so much i use dial(zap/r2) instead of g2 and it works
 without problem



 now my question i have 2 providers i use g1 for the first and g2 for the
 second



 if i understand i must use r1 instead of g1 for the first provider and r2
 instead of g2 for the second provider in order to use the burden-sharing
 between Wimax and FH


 thanks and regards

 2013/3/21 Asghar Mohammad asghar...@gmail.com

 hi,

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup()

 Note r in Dial.
 you can use r for Ascending and R for Descending order

 On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i
 use the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the
 leading slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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



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



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


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

--
_
-- Bandwidth and Colocation Provided by 

Re: [asterisk-users] Need help about round-robin

2013-03-22 Thread Asghar Mohammad
hi,
i think we miss understood you Question?
you need round robin on tdm trunk or on 2 internet connections?
what are you asking about   burden-sharing between Wimax and FH?

On Fri, Mar 22, 2013 at 4:24 PM, Salaheddine Elharit 
salah.elharit...@gmail.com wrote:

 ok thank you so much i use dial(zap/r2) instead of g2 and it works without
 problem



 now my question i have 2 providers i use g1 for the first and g2 for the
 second



 if i understand i must use r1 instead of g1 for the first provider and r2
 instead of g2 for the second provider in order to use the burden-sharing
 between Wimax and FH


 thanks and regards

 2013/3/21 Asghar Mohammad asghar...@gmail.com

 hi,

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup()

 Note r in Dial.
 you can use r for Ascending and R for Descending order

 On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i
 use the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the
 leading slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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



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



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

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

Re: [asterisk-users] Need help about round-robin

2013-03-22 Thread Salaheddine Elharit
yes i want to use the burden-sharing between Wimax and FH using a diguim
cards

2013/3/22 Asghar Mohammad asghar...@gmail.com

 hi,
 i think we miss understood you Question?
 you need round robin on tdm trunk or on 2 internet connections?
 what are you asking about   burden-sharing between Wimax and FH?


 On Fri, Mar 22, 2013 at 4:24 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 ok thank you so much i use dial(zap/r2) instead of g2 and it works
 without problem



 now my question i have 2 providers i use g1 for the first and g2 for the
 second



 if i understand i must use r1 instead of g1 for the first provider and r2
 instead of g2 for the second provider in order to use the burden-sharing
 between Wimax and FH


 thanks and regards

 2013/3/21 Asghar Mohammad asghar...@gmail.com

 hi,

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup()

 Note r in Dial.
 you can use r for Ascending and R for Descending order

 On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i
 use the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the
 leading slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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



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



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



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

--

Re: [asterisk-users] Need help about round-robin

2013-03-22 Thread Asghar Mohammad
your dialplan nothing to do with bandwidth it dial out to digium card what
ever come in.
1.
if your providers calls come in via digium card and you want send out using
sip or any other tech. then use context defined in group 1 for provider 1
and context defined in group 2 for provider 2.
2.
if your providers come in using sip just give him deferent ips, provider 1
send to wimax ip and provider to FH.
or explain if you are using other scenario.

On Fri, Mar 22, 2013 at 7:14 PM, Salaheddine Elharit 
salah.elharit...@gmail.com wrote:

 yes i want to use the burden-sharing between Wimax and FH using a diguim
 cards


 2013/3/22 Asghar Mohammad asghar...@gmail.com

 hi,
 i think we miss understood you Question?
 you need round robin on tdm trunk or on 2 internet connections?
 what are you asking about   burden-sharing between Wimax and FH?


 On Fri, Mar 22, 2013 at 4:24 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 ok thank you so much i use dial(zap/r2) instead of g2 and it works
 without problem



 now my question i have 2 providers i use g1 for the first and g2 for the
 second



 if i understand i must use r1 instead of g1 for the first provider and
 r2 instead of g2 for the second provider in order to use the burden-sharing
 between Wimax and FH


 thanks and regards

 2013/3/21 Asghar Mohammad asghar...@gmail.com

 hi,

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup()

 Note r in Dial.
 you can use r for Ascending and R for Descending order

 On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i
 use the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the
 leading slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice:
 +1-760-468-3867 PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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



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



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

 

Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Bharat Lalcheta
What do you mean by roundrobin here
On Mar 21, 2013 8:27 PM, Salaheddine Elharit salah.elharit...@gmail.com
wrote:

 hello list,

 i have installed 2 diguim cards in my server using asterisk 1.4 (i use the
 old version with zapata.conf and zaptel.conf)

 i want to use the span 1 for group 1 and span 2-span 6 for the group 2 (i
 want to active the round-robin for span 2 and 6) in order to activate the
 WIMAX and FH

 please see the configuration below and tell me if there is anything  wrong

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf

 i make this configuration just in etc\asterisk\zapata.conf i don't know if
 i must do this configuration also in etc\zapata.conf

 etc\asterisk\zapata.conf


 [channels]
 context=default
 hidecallerid=no
 callwaiting=yes
 usecallingpres=yes
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 callreturn=yes
 rxgain=0.0
 txgain=0.0

 group=1
 switchtype=euroisdn
 signalling=pri_cpe
 callgroup=1
 pickupgroup=1
 immediate=no
 channel = 1-15,17-31

 group=2
 callgroup=2
 switchtype=qsig
 signalling=pri_net
 callerid=X(my callerID)
 immediate=no
 channel = 156-170
 channel = 172-176
 channel = 32-46
 channel = 48-62


 etc\zaptel.conf

 # Autogenerated by /usr/sbin/zapconf on Wed Feb 20 10:13:17 2013 -- do not
 hand edit
 # Zaptel Configuration File
 #
 # This file is parsed by the Zaptel Configurator, ztcfg
 #
 # Span 1: TE4/0/1 T4XXP (PCI) Card 0 Span 1 (MASTER) HDB3/CCS RED
 span=1,1,0,ccs,hdb3
 # termtype: te
 bchan=1-15,17-31
 dchan=16

 # Span 2: TE4/0/2 T4XXP (PCI) Card 0 Span 2 HDB3/CCS RED
 span=2,2,0,ccs,hdb3
 # termtype: te
 bchan=32-46,48-62
 dchan=47

 # Span 3: TE4/0/3 T4XXP (PCI) Card 0 Span 3
 # span=3,3,0,ccs,hdb3
 # termtype: te
 # bchan=63-77,79-93
 # dchan=78

 # Span 4: TE4/0/4 T4XXP (PCI) Card 0 Span 4
 # span=4,4,0,ccs,hdb3
 # termtype: te
 # bchan=94-108,110-124
 # dchan=109

 # Span 5: TE2/1/1 T2XXP (PCI) Card 1 Span 1
 #span=5,5,0,ccs,hdb3
 # termtype: te
 #bchan=125-139,141-155
 #dchan=140

 # Span 6: TE2/1/2 T2XXP (PCI) Card 1 Span 2
 span=6,6,0,ccs,hdb3
 # termtype: te
 bchan=156-170,172-186
 dchan=171

 # Global data

 loadzone = us
 defaultzone = us

 thank you so much

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

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

Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Salaheddine Elharit
i mean the burden-sharing between Wimax and FH

2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 What do you mean by roundrobin here
 On Mar 21, 2013 8:27 PM, Salaheddine Elharit salah.elharit...@gmail.com
 wrote:

 hello list,

 i have installed 2 diguim cards in my server using asterisk 1.4 (i use
 the old version with zapata.conf and zaptel.conf)

 i want to use the span 1 for group 1 and span 2-span 6 for the group 2 (i
 want to active the round-robin for span 2 and 6) in order to activate the
 WIMAX and FH

 please see the configuration below and tell me if there is anything  wrong

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf

 i make this configuration just in etc\asterisk\zapata.conf i don't know
 if i must do this configuration also in etc\zapata.conf

 etc\asterisk\zapata.conf


 [channels]
 context=default
 hidecallerid=no
 callwaiting=yes
 usecallingpres=yes
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 callreturn=yes
 rxgain=0.0
 txgain=0.0

 group=1
 switchtype=euroisdn
 signalling=pri_cpe
 callgroup=1
 pickupgroup=1
 immediate=no
 channel = 1-15,17-31

 group=2
 callgroup=2
 switchtype=qsig
 signalling=pri_net
 callerid=X(my callerID)
 immediate=no
 channel = 156-170
 channel = 172-176
 channel = 32-46
 channel = 48-62


 etc\zaptel.conf

 # Autogenerated by /usr/sbin/zapconf on Wed Feb 20 10:13:17 2013 -- do
 not hand edit
 # Zaptel Configuration File
 #
 # This file is parsed by the Zaptel Configurator, ztcfg
 #
 # Span 1: TE4/0/1 T4XXP (PCI) Card 0 Span 1 (MASTER) HDB3/CCS RED
 span=1,1,0,ccs,hdb3
 # termtype: te
 bchan=1-15,17-31
 dchan=16

 # Span 2: TE4/0/2 T4XXP (PCI) Card 0 Span 2 HDB3/CCS RED
 span=2,2,0,ccs,hdb3
  # termtype: te
 bchan=32-46,48-62
 dchan=47

 # Span 3: TE4/0/3 T4XXP (PCI) Card 0 Span 3
 # span=3,3,0,ccs,hdb3
 # termtype: te
 # bchan=63-77,79-93
 # dchan=78

 # Span 4: TE4/0/4 T4XXP (PCI) Card 0 Span 4
 # span=4,4,0,ccs,hdb3
 # termtype: te
 # bchan=94-108,110-124
 # dchan=109

 # Span 5: TE2/1/1 T2XXP (PCI) Card 1 Span 1
 #span=5,5,0,ccs,hdb3
 # termtype: te
 #bchan=125-139,141-155
 #dchan=140

 # Span 6: TE2/1/2 T2XXP (PCI) Card 1 Span 2
 span=6,6,0,ccs,hdb3
 # termtype: te
 bchan=156-170,172-186
 dchan=171

 # Global data

 loadzone = us
 defaultzone = us

 thank you so much

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


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

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

Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Bharat Lalcheta
If u want to dial in round robin use Dial(zap/r2/2) . It dials using
channel in round robin
On Mar 21, 2013 9:37 PM, Salaheddine Elharit salah.elharit...@gmail.com
wrote:

 i mean the burden-sharing between Wimax and FH

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 What do you mean by roundrobin here
 On Mar 21, 2013 8:27 PM, Salaheddine Elharit 
 salah.elharit...@gmail.com wrote:

 hello list,

 i have installed 2 diguim cards in my server using asterisk 1.4 (i use
 the old version with zapata.conf and zaptel.conf)

 i want to use the span 1 for group 1 and span 2-span 6 for the group 2
 (i want to active the round-robin for span 2 and 6) in order to activate
 the WIMAX and FH

 please see the configuration below and tell me if there is anything
  wrong

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf

 i make this configuration just in etc\asterisk\zapata.conf i don't know
 if i must do this configuration also in etc\zapata.conf

 etc\asterisk\zapata.conf


 [channels]
 context=default
 hidecallerid=no
 callwaiting=yes
 usecallingpres=yes
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 callreturn=yes
 rxgain=0.0
 txgain=0.0

 group=1
 switchtype=euroisdn
 signalling=pri_cpe
 callgroup=1
 pickupgroup=1
 immediate=no
 channel = 1-15,17-31

 group=2
 callgroup=2
 switchtype=qsig
 signalling=pri_net
 callerid=X(my callerID)
 immediate=no
 channel = 156-170
 channel = 172-176
 channel = 32-46
 channel = 48-62


 etc\zaptel.conf

 # Autogenerated by /usr/sbin/zapconf on Wed Feb 20 10:13:17 2013 -- do
 not hand edit
 # Zaptel Configuration File
 #
 # This file is parsed by the Zaptel Configurator, ztcfg
 #
 # Span 1: TE4/0/1 T4XXP (PCI) Card 0 Span 1 (MASTER) HDB3/CCS RED
 span=1,1,0,ccs,hdb3
 # termtype: te
 bchan=1-15,17-31
 dchan=16

 # Span 2: TE4/0/2 T4XXP (PCI) Card 0 Span 2 HDB3/CCS RED
 span=2,2,0,ccs,hdb3
  # termtype: te
 bchan=32-46,48-62
 dchan=47

 # Span 3: TE4/0/3 T4XXP (PCI) Card 0 Span 3
 # span=3,3,0,ccs,hdb3
 # termtype: te
 # bchan=63-77,79-93
 # dchan=78

 # Span 4: TE4/0/4 T4XXP (PCI) Card 0 Span 4
 # span=4,4,0,ccs,hdb3
 # termtype: te
 # bchan=94-108,110-124
 # dchan=109

 # Span 5: TE2/1/1 T2XXP (PCI) Card 1 Span 1
 #span=5,5,0,ccs,hdb3
 # termtype: te
 #bchan=125-139,141-155
 #dchan=140

 # Span 6: TE2/1/2 T2XXP (PCI) Card 1 Span 2
 span=6,6,0,ccs,hdb3
 # termtype: te
 bchan=156-170,172-186
 dchan=171

 # Global data

 loadzone = us
 defaultzone = us

 thank you so much

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


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



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

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

Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Steve Edwards

On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

i have installed 2 diguim cards in my server using asterisk 1.4 (i use 
the old version with zapata.conf and zaptel.conf)


question 2: what is difference between etc\zapataa.conf and 
etc\asterisk\zapata.conf


There is no /etc/zapata.conf.

The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

Note that the direction of the 'slash' is significant as is the leading 
slash.


--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

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


Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Bharat Lalcheta
File is ok there is no etc/zapata file.
On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i use
 the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the leading
 slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
 Newline  Fax: +1-760-731-3000

 --
 __**__**_
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users

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

Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Salaheddine Elharit
how can i use Dial(zap/r2/2)

below an exemple from my extensions.conf

exten = _0612.,1,Set(CALLERID(number)=520460587)
exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
exten =
_0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
exten = _0612.,n,Hangup();

thanks and regards.

2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i use
 the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the leading
 slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
 Newline  Fax: +1-760-731-3000

 --
 __**__**_
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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

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

Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Bharat Lalcheta
Use r2 instead of g2 in dial

Dial(Zap/r2/${EXTEN}
--
_
-- 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

Re: [asterisk-users] Need help about round-robin

2013-03-21 Thread Asghar Mohammad
hi,

exten = _0612.,1,Set(CALLERID(number)=520460587)
exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
exten =
_0612.,n,Dial(Zap/r2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
exten = _0612.,n,Hangup()

Note r in Dial.
you can use r for Ascending and R for Descending order

On Thu, Mar 21, 2013 at 6:00 PM, Salaheddine Elharit 
salah.elharit...@gmail.com wrote:

 how can i use Dial(zap/r2/2)

 below an exemple from my extensions.conf

 exten = _0612.,1,Set(CALLERID(number)=520460587)
 exten = _0612.,n,MixMonitor(zap_g2_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
 exten = _0612.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
 exten =
 _0612.,n,Dial(Zap/g2/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)
 exten = _0612.,n,Hangup();

 thanks and regards.

 2013/3/21 Bharat Lalcheta bharatlalch...@gmail.com

 File is ok there is no etc/zapata file.
 On Mar 21, 2013 9:42 PM, Steve Edwards asterisk@sedwards.com
 wrote:

 On Thu, 21 Mar 2013, Salaheddine Elharit wrote:

  i have installed 2 diguim cards in my server using asterisk 1.4 (i use
 the old version with zapata.conf and zaptel.conf)

 question 2: what is difference between etc\zapataa.conf and
 etc\asterisk\zapata.conf


 There is no /etc/zapata.conf.

 The 2 files are /etc/zaptel.conf and /etc/asterisk/zapata.conf.

 Note that the direction of the 'slash' is significant as is the leading
 slash.

 --
 Thanks in advance,
 --**--**
 -
 Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867PST
 Newline  Fax:
 +1-760-731-3000

 --
 __**__**
 _
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users


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



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

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