[Asterisk-Users] Problem with call originating from Cisco 7940
SIP phone to a SIP peer
Patrick
asterisk at puzzled.xs4all.nl
Sun Nov 7 06:29:21 MST 2004
On Sun, 2004-11-07 at 12:06, Mark Raming wrote:
[snip]
>
> ; Incomming calls from Pilmo
> [212.26.192.155]
> type=user
> insecure=yes
> context=incomming
It is usually spelled as "incoming". Typo or intentional?
> ; Outgoing calls to Pilmo
> [pilmo]
> type=peer
> insecure=yes
> fromdomain=nelson.ritstele.com
> host=nelson.ritstele.com
> fromuser=31165570909
> allow=gsm
> disallow=ulaw;
> disallow=alaw;
> dtmfmode=rfc2833
The order is:
1) disallow=all
2) allow=...
3) allow=... etc.
Remove:
allow=gsm
disallow=ulaw; <-- please note the ";" should not be there afaik
disallow=alaw; <-- please note the ";" should not be there afaik
Try with:
disallow=all
allow=gsm
Regards,
Patrick
More information about the asterisk-users
mailing list