Re: Trixbox - no incoming audio with Voiptalk
paul123 laid this down on his screen :[color=blue]
> Jono wrote:[color=green]
>> on 01/09/2006, paul123 supposed :[color=darkred]
>>> Calling Jono, What did you do to get Voiptalk working?[/color]
>>
>> Alas, nothing. It's not a provider I use.[/color]
>
> Aha, never mind, it's just that I had assumed you'd got it working -
> voiptalk had come up in an earlier thread (about the free signup for a
> geo number), where you'd had some probs.
>
> Not to worry, we'll get there in the end.[/color]
Bugger. Yes, I was thinking "voipfone". You're right. Duh!
I had to play around with getting the inbound DID working, I can't say
there was much wrong with the audio, however, here're my trunk
settings:
PEER:
allow=ulaw
authuser=12345678
canreinvite=no
context=from-pstn
defaultexpirey=160
disallow=all
fromdomain=voiptalk.org
fromuser=12345678
host=voiptalk.org
insecure=very
maxexpirey=180
nat=yes
secret=abcDefg
type=friend
username=12345678
User Context: ext-did
Incoming settings:
allow=ulaw
authuser=12345678
canreinvite=no
context=ext-did
defaultexpirey=160
disallow=all
fromdomain=voiptalk.org
fromuser=12345678
host=voiptalk.org
insecure=very
maxexpirey=180
nat=yes
secret=abcDefg
type=peer
username=12345678
I've also got this in extensions_custom.conf:
[custom-voiptalk]
exten => 12345678,1,Goto(ext-did,12345678,1)
I have also created an inbound route for 12345678.
I think I have a bit more in sip.conf:
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
allow=gsm
context = from-trunk
;defaultexpirey = 600 ; include this only if necessary
;maxexpirey = 3600 ; include this only if necessary
progressinband = yes
dtmfmode=auto
callerid = Unknown
externip = my.dyndns.hostname
localnet=192.168.1.0/255.255.255.0
nat=yes
#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf
|