Hi all,
Aaron wrote:- Code: Select all
sys.Callback("1234@provider1", "4567@provider2&early_music@iptel.org")
Aaron
I am new to this. I got all my incoming and outgoing working. I am now trying to learn how to
write dial plans. Can you please elaborate on that piece of code specially the 1234 and 4567 numbers.
I need to do the following if possible,
A person calls my DID from a PSTN Line. My dial plan in Sip Sorcery gives him a beep or some kind of
a message to enter a two digit number. My dial plan then redirects the call conditionally to a destination
of his choosing but using a different provider.
Assume
provider 1 : callcentric-------my DID # 1 709 456 7890
provider 2 : mywebcalls------my DID# 1 709 456 3421
Call originated from PSTN line : 1 703 546 1234
call going to PSTN Line : 00 1 444 234 5678
Two digits response : 55
Thanks...