Displaying 1 result from an estimated 1 matches for "pstninbound".
Did you mean:
pstn_inbound
2004 Sep 01
1
X100P + Call-Waiting - Flash how-to.
...sterisk box with an X100P card. When my phone line rings, it ring
my SIP Phone (a Cisco 7940).
I've got a call-waiting feature on my line and couldnt figure out how to
trigger a flash in order to go from one call to another.
Solution :
1st - The inbound context (in extensions.conf of course)
[pstninbound]
exten=>s,1,Dial(SIP/cisco7940,40|Tt)
exten=>s,2,Voicemail(u1000)
exten=>s,3,Voicemail(b1000)
The Tt option will allow you to transfer by hitting the # key.
2nd - The flash extension
Now, somewhere in your extensions file, create a context that similar to
this :
exten=>604,1,Flash()...