Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] how to hangup Local/100 channel


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
motty.cruz at gmail.com
Guest





PostPosted: Mon May 05, 2014 9:15 am    Post subject: [asterisk-users] how to hangup Local/100 channel Reply with quote

Hello All, 

one of the extensions fall into a loop, I don't know how to hangup that channel


    -- Executing [i@autoatten:2] Goto("Local/100@sipphones-000001b2;2", "s,2") in new stack
    -- Goto (autoatten,s,2)
    -- Sent into invalid extension 's' in context 'autoatten' on Local/200@sipphones-000001b2;2
    -- Executing [i@autoatten:1] Playback("Local/2000@sipphones-000001b2;2", "pbx-invalid") in new stack
    -- <Local/200@sipphones-000001b2;2> Playing 'pbx-invalid.gsm' (language 'en')
    -- Executing [i@autoatten:2] Goto("Local/200@sipphones-000001b2;2", "s,2") in new stack
    -- Goto (autoatten,s,2)
    -- Sent into invalid extension 's' in context 'autoatten' on Local/200@sipphones-000001b2;2
    -- Executing [i@autoatten:1] Playback("Local/200@sipphones-000001b2;2", "pbx-invalid") in new stack
    -- <Local/200@sipphones-000001b2;2> Playing 'pbx-invalid.gsm' (language 'en')
    -- Remote UNIX connection
    -- Executing [i@autoatten:2] Goto("Local/200@sipphones-000001b2;2", "s,2") in new stack
    -- Goto (autoatten,s,2)
    -- Sent into invalid extension 's' in context 'autoatten' on Local/200@sipphones-000001b2;2
    -- Executing [i@autoatten:1] Playback("Local/200@sipphones-000001b2;2", "pbx-invalid") in new stack
    -- <Local/200@sipphones-000001b2;2> Playing 'pbx-invalid.gsm' (language 'en')
    -- Executing [i@autoatten:2] Goto("Local/200@sipphones-000001b2;2", "s,2") in new stack
    -- Goto (autoatten,s,2)
    -- Sent into invalid extension 's' in context 'autoatten' on Local/200@sipphones-000001b2;2
    -- Executing [i@autoatten:1] Playback("Local/200@sipphones-000001b2;2", "pbx-invalid") in new stack
    -- <Local/200@sipphones-000001b2;2> Playing 'pbx-invalid.gsm' (language 'en')





any ideas? 


Thanks, 
Back to top
asterisk.org at sedwar...
Guest





PostPosted: Mon May 05, 2014 10:56 am    Post subject: [asterisk-users] how to hangup Local/100 channel Reply with quote

On Mon, 5 May 2014, motty cruz wrote:

Quote:
one of the extensions fall into a loop, I don't know how to hangup that channel

    -- Goto (autoatten,s,2)
    -- Sent into invalid extension 's' in context 'autoatten' on Local/200@sipphones-000001b2;2

any ideas? 

If you're asking how to prevent it from happening, how about 'exten =
s,2,hangup()?'

If you're asking how to hang up the channel while it is in a loop, what
have you tried? Does 'channel request hangup' help?

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
--
_____________________________________________________________________
-- 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
Back to top
motty.cruz at gmail.com
Guest





PostPosted: Mon May 05, 2014 11:00 am    Post subject: [asterisk-users] how to hangup Local/100 channel Reply with quote

Thanks for your support, I was able to soft hangup using "hangup request Local/200@users-0001b" 

first, I did core show channels, 
after stopping this loops I was able to fixed that problem from happening again, 


Thanks, 



On Mon, May 5, 2014 at 8:56 AM, Steve Edwards <asterisk.org@sedwards.com (asterisk.org@sedwards.com)> wrote:
Quote:
On Mon, 5 May 2014, motty cruz wrote:


Quote:
one of the extensions fall into a loop, I don't know how to hangup that channel


    -- Goto (autoatten,s,2)
    -- Sent into invalid extension 's' in context 'autoatten' on Local/200@sipphones-000001b2;2


any ideas? 

If you're asking how to prevent it from happening, how about 'exten = s,2,hangup()?'

If you're asking how to hang up the channel while it is in a loop, what have you tried? Does 'channel request hangup' help?

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwards@sedwards.com (sedwards@sedwards.com)      Voice: [url=tel:%2B1-760-468-3867]+1-760-468-3867[/url] PST
Newline                                              Fax: [url=tel:%2B1-760-731-3000]+1-760-731-3000[/url]
--
_____________________________________________________________________
-- 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
Back to top
asterisk.org at sedwar...
Guest





PostPosted: Mon May 05, 2014 11:19 am    Post subject: [asterisk-users] how to hangup Local/100 channel Reply with quote

Please don't top post.

On Mon, 5 May 2014, motty cruz wrote:

Quote:
Thanks for your support, I was able to soft hangup using "hangup request
Local/200@users-0001b"  first, I did core show channels,  after stopping
this loops I was able to fixed that problem from happening again, 

On Mon, 5 May 2014, Steve Edwards <asterisk.org@sedwards.com> wrote:

Quote:
If you're asking how to prevent it from happening, how about 'exten =
s,2,hangup()?'

Note that you also could have added the 'missing' priority and reloaded
your dialplan and the hangup would have been executed on the next
iteration of the loop.

Or if you're adventurous, there's always the 'dialplan add extension'
command.

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
--
_____________________________________________________________________
-- 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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services