Displaying 1 result from an estimated 1 matches for "parkextension".
Did you mean:
askextension
2008 Sep 05
1
Call-leg stays on MusicOnHold forever
...ho had a similar issue
can help.
I have an Asterisk-1.4.21.2 connected via sip trunk to a Cisco Call-Manager
6.1 cluster.
Two phones/users from the Cisco environment call extensions on the Asterisk.
Phone 1 / Call 1 is parked on the asterisk using:
exten => xyz,1,Answer()
exten => xyz,n,Set(PARKEXTENSION=555)
exten => xyz,n,Park()
Phone 2 / Call 2 is picking it up:
exten => xyz,1,Answer()
exten => xyz,n,ParkedCall(555)
so far so good, they can talk to each other.
Now if one of them presses Hold, Asterisk will:
[Sep 5 14:16:05] VERBOSE[6351] logger.c: -- Started music on hold,
clas...