Re: [asterisk-users] Basic Sip.conf and extensions.conf

2011-01-17 Thread Thomas Perron
Thanks.  I fixed that.
Still does not work.


On Mon, Jan 17, 2011 at 12:53 AM, Jeroen Eeuwes  wrote:
> Hi Thomas,
>
>> register => 999:999...@sip.callwithus.comi
>
> Perhaps this should be .com instead of .comi ?
>
> Best regards,
> Jeroen Eeuwes
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] console debugging

2011-01-28 Thread Thomas Perron
I used the command asterisk -vc to see console messages and it works fine.
Now, I want to turn off this feature.
How please?

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] console debugging

2011-01-28 Thread Thomas Perron
OK.  That is what I needed to know.
Thannks

On Sat, Jan 29, 2011 at 12:34 AM, Warren Selby  wrote:
> On Fri, Jan 28, 2011 at 8:59 PM, Thomas Perron 
> wrote:
>>
>> I used the command asterisk -vc to see console messages and it works
>> fine.
>> Now, I want to turn off this feature.
>> How please?
>
> Please elaborate what you would like to do?  If you've started asterisk with
> the -c switch, you need to stop it using the command "core stop now".
>
> --
> Thanks,
> --Warren Selby, dCAP
> http://www.selbytech.com
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] why not forwarding to this number?

2014-08-09 Thread Thomas Perron
exten => s,1,Answer()
exten => s,n,Wait(2)
exten => s,n,SayAlpha(495256)
exten => s,n,Wait(2)
exten => s,n,Dial(SIP/222)
exten => s,n,Hangup
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] why not forwarding to this number?

2014-08-09 Thread Thomas Perron
hi
resolved.

added:  include=outgoing

cheers



On Sat, Aug 9, 2014 at 7:34 AM, Administrator TOOTAI 
wrote:

> Le 09/08/2014 12:23, Thomas Perron a écrit :
>
>  exten => s,1,Answer()
>> exten => s,n,Wait(2)
>> exten => s,n,SayAlpha(495256)
>> exten => s,n,Wait(2)
>> exten => s,n,Dial(SIP/222)
>> exten => s,n,Hangup
>>
>
> Hi,
>
> you could at least tell us why you think the number is not forwarded
> (error ?) and what you have in logs
>
> I would at first check if the peer is registered assuming you have a
> congestion or unavailable error.
>
> --
> Daniel
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>   http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

<    1   2