Phone to Instant Message
From KlavoWiki
Jump to navigationJump to search
Asterisk can communitae to an IM client.
exten => 111,1,Dial(SIP/[email protected])
exten => 111,n,HangUp
exten => 222,1,Dial(sip/[email protected])
exten => 222,n,HangUp
| In these examples dialling: | 111 will place a call to [email protected] |
| 222 will place a call to [email protected] |