[asterisk-users] dialing with different speed

Androtech androtech at gigliesi.it
Sat Nov 25 08:38:38 MST 2006


Hi all,

I have a VOIP phone with the PA1688 chip; my firmware is V1.42.028.

This IP phone is registered in an Asterisk PBX and I've a problem when I dialing internal number.
If I dial an internal number, like for example 102, the IP phone takes 35 seconds to send the number to Asterisk; here below the debug output

192.168.0.75: first
192.168.0.75: 1
192.168.0.75: 10
192.168.0.75: 102
192.168.0.75: b3 ce 00 00 00 00 00 00 00 00 06 0d 06 07 69 70
70 68 6f 6e 65 13 02 00 3c 

If I dial an external number, the IP phone send the number to Asterisk immediatly.

I checked all parameters in the firmware but I did not find any solution.

I'm thinking it could depend from my Asterisk PBX, herewith my Asterisk configuration

Thanks

Emiliano


iax.conf:

bandwidth=low
disallow=all ; same as bandwidth=high
disallow=ulaw
disallow=alaw
allow=gsm
allow=iLBC
allow=Speex
jitterbuffer=yes
dropcount=2
maxjitterbuffer=500
maxexccessbuffer=400
tos=throughput
mailboxdetail=yes

[first]
type=friend
username=first
secret=first
auth=md5
host=dynamic
context=fullaccess
mailbox=101
callerid="first"<101>

[second]
type=friend
username=second
secret=second
auth=md5
host=dynamic
context=fullaccess
mailbox=102
callerid="second"<102>

[megavista]
type=peer
username=account
secret=password
disallow=all
allow=gsm
allow=ilbc
host=217.221.182.66

extenxion.conf:

[general]
static=yes
writeprotect=yes

[globals]
[macro-stdiax]
exten => s,1,Dial(IAX2/${ARG1}|20|Ttr)

[fullaccess]
include => local

[local]
exten => 101,1,Macro(stdiax,first,${EXTEN})
exten => 102,1,Macro(stdiax,second,${EXTEN})
exten => _XXXXXXXXXX,1,Dial(ZAP/1/${EXTEN})
exten => _XXXXXXXXX,1,Dial(ZAP/1/${EXTEN})
exten => _XXX,1,Dial(ZAP/1/${EXTEN})
exten => _011.,1,Dial(IAX2/megavista/${EXTEN:3})
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061125/0afb3c1f/attachment.htm


More information about the asterisk-users mailing list