RESOLVED Unable to Call Out on Les.Net
So far Les.Net seems like a good provider but I am unable to make outbound calls, only receive inbound. I would call Les.Net (they have been responsive so far) but this issue seems to be on my side since it's an asterisk message I get and I can see from the CLI that Asterisk is throwing the message.
My CLI (my number replaced with MYNUMBER):
So it's trying to dial the number and immediately fails. I'm showing as this sip line being registered on Les.Net.
My Trunk OUTGOING:
I have tried changing the context to 'from-internal' and 'internal' but no joy there. Is there anything I am missing?
Thanks!
So far Les.Net seems like a good provider but I am unable to make outbound calls, only receive inbound. I would call Les.Net (they have been responsive so far) but this issue seems to be on my side since it's an asterisk message I get and I can see from the CLI that Asterisk is throwing the message.
My CLI (my number replaced with MYNUMBER):
Code:
-- Executing [MYNUMBER@from-internal:1] ResetCDR("SIP/101-c40be0e0", "") in new stack
-- Executing [MYNUMBER@from-internal:2] NoCDR("SIP/101-c40be0e0", "") in new stack
-- Executing [MYNUMBER@from-internal:3] Wait("SIP/101-c40be0e0", "1") in new stack
-- Executing [MYNUMBER@from-internal:4] Playback("SIP/101-c40be0e0", "silence/1&cannot-complete-as-dialed&check-number-dial-again|noanswer") in new stack
-- <SIP/101-c40be0e0> Playing 'silence/1' (language 'en')
-- <SIP/101-c40be0e0> Playing 'cannot-complete-as-dialed' (language 'en')
== Spawn extension (from-internal, MYNUMBER, 4) exited non-zero on 'SIP/101-c40be0e0'
-- Executing [h@from-internal:1] Macro("SIP/101-c40be0e0", "hangupcall") in new stack
-- Executing [s@macro-hangupcall:1] GotoIf("SIP/101-c40be0e0", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,4)
-- Executing [s@macro-hangupcall:4] GotoIf("SIP/101-c40be0e0", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,7)
-- Executing [s@macro-hangupcall:7] GotoIf("SIP/101-c40be0e0", "1?theend") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [s@macro-hangupcall:9] Hangup("SIP/101-c40be0e0", "") in new stack
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'SIP/101-c40be0e0' in macro 'hangupcall'
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'SIP/101-c40be0e0'
My Trunk OUTGOING:
Code:
host=did.voip.les.net
context=from-trunk
type=peer
insecure=very
nat=yes
canreinvite=no
username=XXXXXXXXX
Thanks!