Hi,

how to configure * to send an SMS to an mobile phone (Germany, D2).

in extensions.conf I did insert:

        [smsdial]
        exten => _X.,1,SMS(default,,${EXTEN},${CALLERIDNAME})
        exten => _X.,2,SMS(default)
        exten => _X.,3,Hangup


In the outgoing directory I do playe an call-file:

        Channel: CAPI/[MYMSN]:0106301722270333
        Extension: [TARGET-PHONE-NO]
        CallerID: Test Test Test
        MaxRetries: 1
        RetryTime: 60
        WaitTime: 30
        Context: smsdial
        Priority: 1

where [MYMSN] us the number to be used for dialout and [TARGET-PHONE-NO] is the number of the cellular to send the message to.

But, this configuration does not send any SMS out.

Can you give ma an working example how to configure?

Elmar
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to