[Home]

Summary:ASTERISK-07962: Page funtion stops after a couple of seconds (MeetMe)
Reporter:Ramon Peek-Fares (ramonpeek)Labels:
Date Opened:2006-10-19 07:11:47Date Closed:2011-06-07 14:11:53
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) full
Description:When we use the function Page to page some extensions or just one.
The Page starts correctly, but after a few second after the MeetMe application is launched the Extension that was paged disconnect.
The person the initiated the Page still thinks the call is active.

(See steps to reproduce!!)


****** STEPS TO REPRODUCE ******

I use the following dialplan;

;## Paging on snom
exten => 732,1,NoOp(Paging)
exten => 732,n,SIPAddHeader(Call-Info: <sip:pbx>\; answer-after=0)
exten => 732,n,Page(SIP/547|q)

;## Intercom on snom
exten => 733,1,NoOp(Intercom)
exten => 733,n,SIPAddHeader(Call-Info: <sip:pbx>\; answer-after=0)
exten => 733,n,Dial(SIP/547)

By dialing extension 732 the page for SIP/547 will start.
just 2sec. after Meetme starts the phone will be disconnected.
I guess this is a Meetme cmd problem and not a Page, but I might be mistaken.

In order to test whether this was a Snom issue I created extensions 733 which creates an Intercom call which to the phone is similar to a page, but this one works fine.

****** ADDITIONAL INFORMATION ******

Phones used are Snom 320 & 360 with latest 6.2.3 release.
Comments:By: Joshua C. Colp (jcolp) 2006-10-19 10:16:21

A sip debug and the console output would be great too.

By: Ramon Peek-Fares (ramonpeek) 2006-10-20 02:03:42

See attached full log (including SIP debug)

(Please note that I tested this on a life system, so there are some other SIP messages in the trace as well. (luckily no calls :) )

By: Tilghman Lesher (tilghman) 2006-10-25 00:07:22

This is already fixed in 1.2.13.  Please upgrade to that version and try again.