Phone to Instant Message: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
New page: Asterisk can communitae to an IM client. exten => 111,1,Dial(SIP/dredmond_at_gmail.com@gtalk.gtalk2voip.com)<br> exten => 111,n,HangUp exten => 222,1,Dial(sip/sax_pls_at_hotmail.com@msn.... |
No edit summary |
||
Line 1: | Line 1: | ||
Asterisk can communitae to an IM client. | Asterisk can communitae to an IM client. | ||
exten => 111,1,Dial(SIP/ | exten => 111,1,Dial(SIP/dwilliams_at_gmail.com@gtalk.gtalk2voip.com)<br> | ||
exten => 111,n,HangUp | exten => 111,n,HangUp | ||
Line 10: | Line 10: | ||
<tr> | <tr> | ||
<td>In these examples dialling:</td> | <td>In these examples dialling:</td> | ||
<td>111 will place a call to | <td>111 will place a call to dwilliams@gmail.com</td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Latest revision as of 23:50, 12 June 2008
Asterisk can communitae to an IM client.
exten => 111,1,Dial(SIP/dwilliams_at_gmail.com@gtalk.gtalk2voip.com)
exten => 111,n,HangUp
exten => 222,1,Dial(sip/sax_pls_at_hotmail.com@msn.gtalk2voip.com)
exten => 222,n,HangUp
In these examples dialling: | 111 will place a call to dwilliams@gmail.com |
222 will place a call to sax_pls@hotmail.com |