[Asterisk-Users] problems with dialing

2006-02-24 Thread Will Glass-Husain



Hi,

We're having problems dialing out to Asterisk from 
our Grandstream GXP-200 phones. About 2 of 3 times, when we dial, nothing 
happens. Looking at the console in max debug mode, there are no messages 
except the following:

Feb 24 10:29:20 WARNING[2475]: chan_sip.c:1208 
retrans_pkt: Maximum retries exceeded on transmission 9913b47bcd7[EMAIL PROTECTED] for seqno 4524 
(Critical Response)

Note: Early dial is set to Yes. DTMF is via SIP 
info.

The phones are connected via a wireless bridge, 
range extender, and router to the asterisk box. Pinging the phone from the Asterisk box reveals a fairly long 
latency:

64 bytes from 192.168.10.100: icmp_seq=1 ttl=250 
time=1110 ms64 bytes from 192.168.10.100: icmp_seq=2 ttl=250 time=114 
ms64 bytes from 192.168.10.100: icmp_seq=3 ttl=250 time=21.8 ms64 bytes 
from 192.168.10.100: icmp_seq=4 ttl=250 time=33.4 ms64 bytes from 
192.168.10.100: icmp_seq=5 ttl=250 time=4.46 ms64 bytes from 192.168.10.100: 
icmp_seq=6 ttl=250 time=57.4 ms

Could this be the source of the problem? If 
so, would appreciate tips on how to work around this.

Thanks in advance, WILL
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] problems with dialing-out with Zap

2005-08-31 Thread M Sharif
 Hello Guys,
 I am trying to make Asterisk do dial-out calls.
 It doesn't even do test calls. It never calls. I
 tested everything and i am clueless. However i can
 call Asterisk and it picks up the phone and executes
 the dial-plan. However, my dial-plan is supposed to
 do
 outbound calls.
 Zap is configured correctly.
 
 I am using a TDM400 card from Digium with 4 Fxo
 ports
 and i have Debian Linux.
 
 Here is my dialplan in extensions.conf
 
 [outbound]
 exten=s,1,DigitTimeout,5
 exten=s,2,ResponseTimeout,10
 exten=s,3,Answer
 exten=s,4,Wait(1)
 exten=s,5,Dial(Zap/g1/1514???)  ; Dial
 exten=t,1,Playback(vm-goodbye)
 exten=t,2,Hangup
 
 
 And the zap configurations in zapata.conf are:
 signalling=em_w
 context=outbound
 channel=1-4
 
 
 At the moment, when i call my number, the dial-plan
 works. So it looks like it is the way around. The
 dial-plan works in the other side. When i call
 Asterisk, the dial-plan works.
 But it doesn't do dial-outs automatically. My
 dial-plan
 is supposed to do outbound calls but it doesn't call.

 
 In /var/spool/asterisk/outgoing/1.call , the content
 of the file is:
 
 Channel: Zap/g1/1514123456
 MaxRetries: 3
 RetryTime: 300
 WaitTime: 20
 Context: outbound
 Extension: s
 Priority: 1
 
 Your contribution will be highly appreciated.
 Kind Regards,
 Mahmoud




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] problems with dialing-out with Zap

2005-08-31 Thread Mark Phillips

Why are you putting the outgoing called into the s logic?

Try something like exten=_XXX,1,Dial(Zap/g1/1514${EXTEN})

Mark

M Sharif wrote:

 Hello Guys,
 I am trying to make Asterisk do dial-out calls.
 It doesn't even do test calls. It never calls. I
 tested everything and i am clueless. However i can
 call Asterisk and it picks up the phone and executes
 the dial-plan. However, my dial-plan is supposed to
 do
 outbound calls.
 Zap is configured correctly.
 
 I am using a TDM400 card from Digium with 4 Fxo

 ports
 and i have Debian Linux.
 
 Here is my dialplan in extensions.conf
 
 [outbound]

 exten=s,1,DigitTimeout,5
 exten=s,2,ResponseTimeout,10
 exten=s,3,Answer
 exten=s,4,Wait(1)
 exten=s,5,Dial(Zap/g1/1514???)  ; Dial
 exten=t,1,Playback(vm-goodbye)
 exten=t,2,Hangup
 
 
 And the zap configurations in zapata.conf are:

 signalling=em_w
 context=outbound
 channel=1-4
 
 
 At the moment, when i call my number, the dial-plan

 works. So it looks like it is the way around. The
 dial-plan works in the other side. When i call
 Asterisk, the dial-plan works.
 But it doesn't do dial-outs automatically. My
 dial-plan
 is supposed to do outbound calls but it doesn't call.

 
 In /var/spool/asterisk/outgoing/1.call , the content

 of the file is:
 
 Channel: Zap/g1/1514123456

 MaxRetries: 3
 RetryTime: 300
 WaitTime: 20
 Context: outbound
 Extension: s
 Priority: 1
 
 Your contribution will be highly appreciated.

 Kind Regards,
 Mahmoud




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___

--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] problems in dialing in routes patterns

2005-06-30 Thread wassim darwish
i tried to write a pattern to usa destination and that
was 1* it worked well but when i tried to specify the
number of digits i wrote 1NXXNXX it didnt work.
so what i must to write in case to specify the number
of digits of the destination.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] problems in dialing in routes patterns

2005-06-30 Thread Wilson Pickett
 when i tried to specify the
 number of digits i wrote 1NXXNXX it didnt work.

You may have some similar pattern in the dialplan that interferes.
What happens exactly on the CLI output when you try

exten = 1, _1NXXNXX,Dial(whatever)
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users