Hi,
I get stuck with the callback functionality it works with one local number but not with international number. When my other country friend call my number he can get the callback to his phone but as soon as he take the line the system hangup.
I tried to check the differences of the two calls and guess the following step is the culprit but how to digg further ?
== Spawn extension (macro-dialout-trunk, s, 22) exited non-zero on ‘Local/[email protected];2’ in macro ‘dialout-trunk’
International call
– Called SIP/OVHLigneA/myinternationalnumber
– SIP/OVHLigneA-00000016 is ringing
– SIP/OVHLigneA-00000016 is making progress passing it to Local/[email protected];2
== Spawn extension (macro-dialout-trunk, s, 22) exited non-zero on ‘Local/[email protected];2’ in macro ‘dialout-trunk’
== Spawn extension (from-internal, myinternationalnumber0, 5) exited non-zero on ‘Local/[email protected];2’
– Executing [[email protected]:1] Hangup(“Local/[email protected];2”, “”) in new stack
== Spawn extension (from-internal, h, 1) exited non-zero on 'Local/[email protected];2’
for info I put the local code debug :
Local call (Good one)
…
– Called SIP/OVHLigneA/mylocalnumber
– SIP/OVHLigneA-0000001a is ringing
– SIP/OVHLigneA-0000001a is making progress passing it to Local/[email protected];2
– SIP/OVHLigneA-0000001a answered Local/[email protected];2
> Channel Local/[email protected];1 was answered.
– Executing [[email protected]:1] Set(“Local/[email protected];1”, “__RINGTIMER=15”) in new stack
…