I seem to be having a very strange problem on 1.8.3.2. Bridging doesn’t seem to be working for a call which comes inbound on our DID numbers and is then diverted to an extension, which is further instructed to dial an outbound number. There is no ringtone, and no audio available.
However, dialing the extension directly works, as does inbound DID to a SIP phone (or IVR).
This setup worked on our previous (1.4) installation.
extensions.conf
[from-reception]
include => ext-internal
[ext-internal]
exten => 107,1,Dial(SIP/sipcall/00353000000000,60)
sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
disallow=all
allow=g729
allow=ulaw
allow=alaw
srvlookup=yes
callerid = Unknown
alwaysauthreject=yes
dtmfmode=rfc2833
register => 41610000007:xxxxxx@myvoipprovider.com/107
[sipcall]
type=peer
defaultuser=41610000000
secret=xxxxxxx
context=from-reception
host= myvoipprovider.com
fromuser=41615111100
qualify=yes
fromdomain=myvoipprovider.com
insecure=port,invite
caninvite=no
canreinvite=no
nat=no
that’s literally it. I even stripped this right down, so these are the only config files running. I get the following result:
== Using SIP RTP CoS mark 5
– Executing [107@from-reception:1] Dial(“SIP/sipcall-00000023”, “SIP/sipcall/00353000000000,60”) in new stack
== Using SIP RTP CoS mark 5
– Called sipcall/00353000000000
– SIP/sipcall-00000024 is making progress passing it to SIP/sipcall-00000023
– SIP/sipcall-00000024 answered SIP/sipcall-00000023
– Locally bridging SIP/sipcall-00000023 and SIP/sipcall-00000024
but no audio. Have also tried using another provider on the outbound, no luck.
this is pretty serious. We divert our incoming landlines to our mobiles using this method, and nothing is working.
note that all of our other features are working with no issues, i.e. SIP to PSTN, DID to SIP, Skype4Asterisk to PSTN, etc, etc, etc.